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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2808
2809
2810
2811
2812
# File 'lib/aws-sdk-groundstation/types.rb', line 2808

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