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)


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

List of component statuses for agent.

Returns:



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_idString

GUID of agent task.

Returns:

  • (String)


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