Class: Aws::GroundStation::Types::UpdateAgentStatusResponse

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 updated agent.

Returns:

  • (String)


2735
2736
2737
2738
2739
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2735

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