Class: Aws::GroundStation::Types::RegisterAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::RegisterAgentRequest
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_details ⇒ Types::AgentDetails
Detailed information about the agent being registered.
-
#discovery_data ⇒ Types::DiscoveryData
Data for associating an agent with the capabilities it is managing.
-
#tags ⇒ Hash<String,String>
Tags assigned to an
Agent.
Instance Attribute Details
#agent_details ⇒ Types::AgentDetails
Detailed information about the agent being registered.
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_data ⇒ Types::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 |
#tags ⇒ Hash<String,String>
Tags assigned to an Agent.
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 |