Class: Aws::Types::DeleteLifecyclePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLifecyclePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
422 423 424 |
# File 'sig/types.rbs', line 422 def client_token @client_token end |
#name ⇒ ::String
Returns the value of attribute name.
421 422 423 |
# File 'sig/types.rbs', line 421 def name @name end |
#type ⇒ "retention"
Returns the value of attribute type.
420 421 422 |
# File 'sig/types.rbs', line 420 def type @type end |