Class: Aws::Types::UpdateLifecyclePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLifecyclePolicyRequest
- 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.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
936 937 938 |
# File 'sig/types.rbs', line 936 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
934 935 936 |
# File 'sig/types.rbs', line 934 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
932 933 934 |
# File 'sig/types.rbs', line 932 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
935 936 937 |
# File 'sig/types.rbs', line 935 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
933 934 935 |
# File 'sig/types.rbs', line 933 def policy_version @policy_version end |
#type ⇒ "retention"
Returns the value of attribute type.
931 932 933 |
# File 'sig/types.rbs', line 931 def type @type end |