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>)


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_addressesArray<String>

List of private IP addresses to associate with agent.

Returns:

  • (Array<String>)


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_addressesArray<String>

List of public IP addresses to associate with agent.

Returns:

  • (Array<String>)


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