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)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def last_started_at
  @last_started_at
end

#last_status::String

Returns the value of attribute last_status.

Returns:

  • (::String)


1711
1712
1713
# File 'sig/types.rbs', line 1711

def last_status
  @last_status
end

#name"ExecuteCommandAgent"

Returns the value of attribute name.

Returns:

  • ("ExecuteCommandAgent")


1709
1710
1711
# File 'sig/types.rbs', line 1709

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1710
1711
1712
# File 'sig/types.rbs', line 1710

def reason
  @reason
end