Class: Aws::Types::RoleLastUsed

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_used_date::Time

Returns the value of attribute last_used_date.

Returns:

  • (::Time)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def last_used_date
  @last_used_date
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def region
  @region
end