Class: Aws::Types::ListKeysResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListKeysResponseEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expire_time ⇒ ::Time
Returns the value of attribute expire_time.
-
#key_name ⇒ ::String
Returns the value of attribute key_name.
-
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
947 948 949 |
# File 'sig/types.rbs', line 947 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
945 946 947 |
# File 'sig/types.rbs', line 945 def description @description end |
#expire_time ⇒ ::Time
Returns the value of attribute expire_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.
943 944 945 |
# File 'sig/types.rbs', line 943 def key_name @key_name end |
#restrictions ⇒ Types::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.
948 949 950 |
# File 'sig/types.rbs', line 948 def update_time @update_time end |