Class: Aws::Types::ListKeysResponseEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expire_time, :create_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


947
948
949
# File 'sig/types.rbs', line 947

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def description
  @description
end

#expire_time::Time

Returns the value of attribute expire_time.

Returns:

  • (::Time)


944
945
946
# File 'sig/types.rbs', line 944

def expire_time
  @expire_time
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def key_name
  @key_name
end

#restrictionsTypes::ApiKeyRestrictions

Returns the value of attribute restrictions.



946
947
948
# File 'sig/types.rbs', line 946

def restrictions
  @restrictions
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


948
949
950
# File 'sig/types.rbs', line 948

def update_time
  @update_time
end