Class: Aws::ECS::Types::ManagedAgent

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

Overview

Details about the managed agent status for the container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_started_atTime

The Unix timestamp for the time when the managed agent was last started.

Returns:

  • (Time)


6657
6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6657

class ManagedAgent < Struct.new(
  :last_started_at,
  :name,
  :reason,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

The last known status of the managed agent.

Returns:

  • (String)


6657
6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6657

class ManagedAgent < Struct.new(
  :last_started_at,
  :name,
  :reason,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the managed agent. When the execute command feature is turned on, the managed agent name is ExecuteCommandAgent.

Returns:

  • (String)


6657
6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6657

class ManagedAgent < Struct.new(
  :last_started_at,
  :name,
  :reason,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for why the managed agent is in the state it is in.

Returns:

  • (String)


6657
6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6657

class ManagedAgent < Struct.new(
  :last_started_at,
  :name,
  :reason,
  :last_status)
  SENSITIVE = []
  include Aws::Structure
end