class Aws::ECS::Types::ManagedAgentStateChange

An object representing a change in state for a managed agent.

@note When making an API call, you may pass ManagedAgentStateChange

data as a hash:

    {
      container_name: "String", # required
      managed_agent_name: "ExecuteCommandAgent", # required, accepts ExecuteCommandAgent
      status: "String", # required
      reason: "String",
    }

@!attribute [rw] container_name

The name of the container associated with the managed agent.
@return [String]

@!attribute [rw] managed_agent_name

The name of the managed agent.
@return [String]

@!attribute [rw] status

The status of the managed agent.
@return [String]

@!attribute [rw] reason

The reason for the status of the managed agent.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/ManagedAgentStateChange AWS API Documentation

Constants

SENSITIVE