Class: Aws::Types::CreateKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#no_expiry ⇒ Boolean
Returns the value of attribute no_expiry.
-
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
301 302 303 |
# File 'sig/types.rbs', line 301 def description @description end |
#expire_time ⇒ ::Time
Returns the value of attribute expire_time.
302 303 304 |
# File 'sig/types.rbs', line 302 def expire_time @expire_time end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
299 300 301 |
# File 'sig/types.rbs', line 299 def key_name @key_name end |
#no_expiry ⇒ Boolean
Returns the value of attribute no_expiry.
303 304 305 |
# File 'sig/types.rbs', line 303 def no_expiry @no_expiry end |
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
300 301 302 |
# File 'sig/types.rbs', line 300 def restrictions @restrictions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
304 305 306 |
# File 'sig/types.rbs', line 304 def @tags end |