Class: Aws::ApplicationDiscoveryService::Types::ListServerNeighborsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ListServerNeighborsRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
Configuration ID of the server for which neighbors are being listed.
-
#max_results ⇒ Integer
Maximum number of results to return in a single page of output.
-
#neighbor_configuration_ids ⇒ Array<String>
List of configuration IDs to test for one-hop-away.
-
#next_token ⇒ String
Token to retrieve the next set of results.
-
#port_information_needed ⇒ Boolean
Flag to indicate if port and protocol information is needed as part of the response.
Instance Attribute Details
#configuration_id ⇒ String
Configuration ID of the server for which neighbors are being listed.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1711 class ListServerNeighborsRequest < Struct.new( :configuration_id, :port_information_needed, :neighbor_configuration_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of results to return in a single page of output.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1711 class ListServerNeighborsRequest < Struct.new( :configuration_id, :port_information_needed, :neighbor_configuration_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#neighbor_configuration_ids ⇒ Array<String>
List of configuration IDs to test for one-hop-away.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1711 class ListServerNeighborsRequest < Struct.new( :configuration_id, :port_information_needed, :neighbor_configuration_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1711 class ListServerNeighborsRequest < Struct.new( :configuration_id, :port_information_needed, :neighbor_configuration_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#port_information_needed ⇒ Boolean
Flag to indicate if port and protocol information is needed as part of the response.
1711 1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1711 class ListServerNeighborsRequest < Struct.new( :configuration_id, :port_information_needed, :neighbor_configuration_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |