Class: Aws::GroundStation::Types::UpdateAgentStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

UUID of agent to update.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2771

class UpdateAgentStatusRequest < Struct.new(
  :agent_id,
  :aggregate_status,
  :component_statuses,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#aggregate_statusTypes::AggregateStatus

Aggregate status for agent.



2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2771

class UpdateAgentStatusRequest < Struct.new(
  :agent_id,
  :aggregate_status,
  :component_statuses,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_statusesArray<Types::ComponentStatusData>

List of component statuses for agent.

Returns:



2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2771

class UpdateAgentStatusRequest < Struct.new(
  :agent_id,
  :aggregate_status,
  :component_statuses,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

GUID of agent task.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2771

class UpdateAgentStatusRequest < Struct.new(
  :agent_id,
  :aggregate_status,
  :component_statuses,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end