Class: Aws::GroundStation::Types::DiscoveryData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DiscoveryData
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Data for agent discovery.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_arns ⇒ Array<String>
List of capabilities to associate with agent.
-
#private_ip_addresses ⇒ Array<String>
List of private IP addresses to associate with agent.
-
#public_ip_addresses ⇒ Array<String>
List of public IP addresses to associate with agent.
Instance Attribute Details
#capability_arns ⇒ Array<String>
List of capabilities to associate with agent.
1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1166 class DiscoveryData < Struct.new( :capability_arns, :private_ip_addresses, :public_ip_addresses) SENSITIVE = [] include Aws::Structure end |
#private_ip_addresses ⇒ Array<String>
List of private IP addresses to associate with agent.
1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1166 class DiscoveryData < Struct.new( :capability_arns, :private_ip_addresses, :public_ip_addresses) SENSITIVE = [] include Aws::Structure end |
#public_ip_addresses ⇒ Array<String>
List of public IP addresses to associate with agent.
1166 1167 1168 1169 1170 1171 1172 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1166 class DiscoveryData < Struct.new( :capability_arns, :private_ip_addresses, :public_ip_addresses) SENSITIVE = [] include Aws::Structure end |