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:

  • (::String)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def container_name
  @container_name
end

#managed_agent_name"ExecuteCommandAgent"

Returns the value of attribute managed_agent_name.

Returns:

  • ("ExecuteCommandAgent")


1717
1718
1719
# File 'sig/types.rbs', line 1717

def managed_agent_name
  @managed_agent_name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def reason
  @reason
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def status
  @status
end