Class: Aws::Types::ManagedAgentStateChange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:



1732
1733
1734
# File 'sig/types.rbs', line 1732

def container_name
  @container_name
end

#managed_agent_name"ExecuteCommandAgent"

Returns the value of attribute managed_agent_name.

Returns:



1733
1734
1735
# File 'sig/types.rbs', line 1733

def managed_agent_name
  @managed_agent_name
end

#reason::String

Returns the value of attribute reason.

Returns:



1735
1736
1737
# File 'sig/types.rbs', line 1735

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:



1734
1735
1736
# File 'sig/types.rbs', line 1734

def status
  @status
end