Class: Aws::Types::UpdateKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyRequest
- 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.
-
#force_update ⇒ Boolean
Returns the value of attribute force_update.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def description @description end |
#expire_time ⇒ ::Time
Returns the value of attribute expire_time.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def expire_time @expire_time end |
#force_update ⇒ Boolean
Returns the value of attribute force_update.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def force_update @force_update end |
#key_name ⇒ ::String
Returns the value of attribute key_name.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def key_name @key_name end |
#no_expiry ⇒ Boolean
Returns the value of attribute no_expiry.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def no_expiry @no_expiry end |
#restrictions ⇒ Types::ApiKeyRestrictions
Returns the value of attribute restrictions.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def restrictions @restrictions end |