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:



2356
2357
2358
2359
2360
2361
# File 'lib/aws-sdk-groundstation/types.rb', line 2356

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

#discovery_dataTypes::DiscoveryData

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



2356
2357
2358
2359
2360
2361
# File 'lib/aws-sdk-groundstation/types.rb', line 2356

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