class Aws::ApplicationDiscoveryService::Types::ListServerNeighborsRequest
@note When making an API call, you may pass ListServerNeighborsRequest
data as a hash: { configuration_id: "ConfigurationId", # required port_information_needed: false, neighbor_configuration_ids: ["ConfigurationId"], max_results: 1, next_token: "String", }
@!attribute [rw] configuration_id
Configuration ID of the server for which neighbors are being listed. @return [String]
@!attribute [rw] port_information_needed
Flag to indicate if port and protocol information is needed as part of the response. @return [Boolean]
@!attribute [rw] neighbor_configuration_ids
List of configuration IDs to test for one-hop-away. @return [Array<String>]
@!attribute [rw] max_results
Maximum number of results to return in a single page of output. @return [Integer]
@!attribute [rw] next_token
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for `ListServerNeighborsRequest$neighborConfigurationIds` but set `ListServerNeighborsRequest$maxResults` to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10. @return [String]
Constants
- SENSITIVE