Class: Aws::GroundStation::Types::RegisterAgentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_detailsTypes::AgentDetails

Detailed information about the agent being registered.

Returns:



3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3008

class RegisterAgentRequest < Struct.new(
  :discovery_data,
  :agent_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discovery_dataTypes::DiscoveryData

Data for associating an agent with the capabilities it is managing.



3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3008

class RegisterAgentRequest < Struct.new(
  :discovery_data,
  :agent_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to an Agent.

Returns:

  • (Hash<String,String>)


3008
3009
3010
3011
3012
3013
3014
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3008

class RegisterAgentRequest < Struct.new(
  :discovery_data,
  :agent_details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end