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)


36
37
38
# File 'sig/types.rbs', line 36

def last_used_date
  @last_used_date
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def region
  @region
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def service_name
  @service_name
end