Class: Aws::GroundStation::Types::GetAgentConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::GetAgentConfigurationResponse
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
UUID of agent.
-
#tasking_document ⇒ String
Tasking document for agent.
Instance Attribute Details
#agent_id ⇒ String
UUID of agent.
1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1503 class GetAgentConfigurationResponse < Struct.new( :agent_id, :tasking_document) SENSITIVE = [] include Aws::Structure end |
#tasking_document ⇒ String
Tasking document for agent.
1503 1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1503 class GetAgentConfigurationResponse < Struct.new( :agent_id, :tasking_document) SENSITIVE = [] include Aws::Structure end |