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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_statusTypes::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_statusesArray<Types::ComponentStatusData>

List of component statuses for agent.

Returns:



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_idString

GUID of agent task.

Returns:

  • (String)


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