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)


2786
2787
2788
2789
2790
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2786

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