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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-groundstation/types.rb', line 2368

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

#discovery_dataTypes::DiscoveryData

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



2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-groundstation/types.rb', line 2368

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

#tagsHash<String,String>

Tags assigned to an ‘Agent`.

Returns:

  • (Hash<String,String>)


2368
2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-groundstation/types.rb', line 2368

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