Class: Aws::Types::GetKeyLastUsageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_creation_date::Time

Returns the value of attribute key_creation_date.

Returns:

  • (::Time)


443
444
445
# File 'sig/types.rbs', line 443

def key_creation_date
  @key_creation_date
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def key_id
  @key_id
end

#key_last_usageTypes::KeyLastUsageData

Returns the value of attribute key_last_usage.



441
442
443
# File 'sig/types.rbs', line 441

def key_last_usage
  @key_last_usage
end

#tracking_start_date::Time

Returns the value of attribute tracking_start_date.

Returns:

  • (::Time)


442
443
444
# File 'sig/types.rbs', line 442

def tracking_start_date
  @tracking_start_date
end