Class: Aws::GroundStation::Types::DiscoveryData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#capability_arnsArray<String>

List of capabilities to associate with agent.

Returns:

  • (Array<String>)


1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1476

class DiscoveryData < Struct.new(
  :public_ip_addresses,
  :private_ip_addresses,
  :capability_arns)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressesArray<String>

List of private IP addresses to associate with agent.

Returns:

  • (Array<String>)


1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1476

class DiscoveryData < Struct.new(
  :public_ip_addresses,
  :private_ip_addresses,
  :capability_arns)
  SENSITIVE = []
  include Aws::Structure
end

#public_ip_addressesArray<String>

List of public IP addresses to associate with agent.

Returns:

  • (Array<String>)


1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1476

class DiscoveryData < Struct.new(
  :public_ip_addresses,
  :private_ip_addresses,
  :capability_arns)
  SENSITIVE = []
  include Aws::Structure
end