Class: Aws::GroundStation::Types::DiscoveryData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DiscoveryData
- Includes:
- Structure
- Defined in:
- 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.
1449 1450 1451 1452 1453 1454 1455 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1449 class DiscoveryData < Struct.new( :public_ip_addresses, :private_ip_addresses, :capability_arns) SENSITIVE = [] include Aws::Structure end |
#private_ip_addresses ⇒ Array<String>
List of private IP addresses to associate with agent.
1449 1450 1451 1452 1453 1454 1455 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1449 class DiscoveryData < Struct.new( :public_ip_addresses, :private_ip_addresses, :capability_arns) SENSITIVE = [] include Aws::Structure end |
#public_ip_addresses ⇒ Array<String>
List of public IP addresses to associate with agent.
1449 1450 1451 1452 1453 1454 1455 |
# File 'lib/aws-sdk-groundstation/types.rb', line 1449 class DiscoveryData < Struct.new( :public_ip_addresses, :private_ip_addresses, :capability_arns) SENSITIVE = [] include Aws::Structure end |