Class: Aws::GroundStation::Types::UpdateAgentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UpdateAgentStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
UUID of updated agent.
Instance Attribute Details
#agent_id ⇒ String
UUID of updated agent.
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 |