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.
2793 2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2793 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.
2793 2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2793 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.
2793 2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2793 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
GUID of agent task.
2793 2794 2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2793 class UpdateAgentStatusRequest < Struct.new( :agent_id, :aggregate_status, :component_statuses, :task_id) SENSITIVE = [] include Aws::Structure end |