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)


3511
3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3511

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

#aggregate_statusTypes::AggregateStatus

Aggregate status for agent.



3511
3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3511

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

#component_statusesArray<Types::ComponentStatusData>

List of component statuses for agent.

Returns:



3511
3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3511

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

#task_idString

GUID of agent task.

Returns:

  • (String)


3511
3512
3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3511

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