Class: Aws::GroundStation::Types::UpdateAgentStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UpdateAgentStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
UUID of agent to update.
-
#aggregate_status ⇒ Types::AggregateStatus
Aggregate status for agent.
-
#component_statuses ⇒ Array<Types::ComponentStatusData>
List of component statuses for agent.
-
#task_id ⇒ String
GUID of agent task.
Instance Attribute Details
#agent_id ⇒ String
UUID of agent to update.
2806 2807 2808 2809 2810 2811 2812 2813 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2806 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |
#aggregate_status ⇒ Types::AggregateStatus
Aggregate status for agent.
2806 2807 2808 2809 2810 2811 2812 2813 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2806 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |
#component_statuses ⇒ Array<Types::ComponentStatusData>
List of component statuses for agent.
2806 2807 2808 2809 2810 2811 2812 2813 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2806 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
GUID of agent task.
2806 2807 2808 2809 2810 2811 2812 2813 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2806 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |