Class: Aws::GroundStation::Types::RegisterAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::RegisterAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
UUID of registered agent.
Instance Attribute Details
#agent_id ⇒ String
UUID of registered agent.
2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2369 class RegisterAgentResponse < Struct.new( :agent_id) SENSITIVE = [] include Aws::Structure end |