Class: Aws::Types::AccessKeyLastUsed

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)


29
30
31
# File 'sig/types.rbs', line 29

def last_used_date
  @last_used_date
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def region
  @region
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def service_name
  @service_name
end