Class: Aws::Types::ManagedAgent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_started_at::Time

Returns the value of attribute last_started_at.

Returns:

  • (::Time)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def last_started_at
  @last_started_at
end

#last_status::String

Returns the value of attribute last_status.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def last_status
  @last_status
end

#name"ExecuteCommandAgent"

Returns the value of attribute name.

Returns:

  • ("ExecuteCommandAgent")


1725
1726
1727
# File 'sig/types.rbs', line 1725

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def reason
  @reason
end