Class: Aws::GroundStation::Types::GetAgentConfigurationResponse

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_idString

UUID of agent.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1511

class GetAgentConfigurationResponse < Struct.new(
  :agent_id,
  :tasking_document)
  SENSITIVE = []
  include Aws::Structure
end

#tasking_documentString

Tasking document for agent.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1511

class GetAgentConfigurationResponse < Struct.new(
  :agent_id,
  :tasking_document)
  SENSITIVE = []
  include Aws::Structure
end