Class: Aws::Types::CreateLifecyclePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLifecyclePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
306 307 308 |
# File 'sig/types.rbs', line 306 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
304 305 306 |
# File 'sig/types.rbs', line 304 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
303 304 305 |
# File 'sig/types.rbs', line 303 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
305 306 307 |
# File 'sig/types.rbs', line 305 def policy @policy end |
#type ⇒ "retention"
Returns the value of attribute type.
302 303 304 |
# File 'sig/types.rbs', line 302 def type @type end |