Class: Aws::Types::LifecyclePolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_policy ⇒ Boolean
Returns the value of attribute default_policy.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_type ⇒ "EBS_SNAPSHOT_MANAGEMENT", ...
Returns the value of attribute policy_type.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#default_policy ⇒ Boolean
Returns the value of attribute default_policy.
203 204 205 |
# File 'sig/types.rbs', line 203 def default_policy @default_policy end |
#description ⇒ ::String
Returns the value of attribute description.
199 200 201 |
# File 'sig/types.rbs', line 199 def description @description end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
198 199 200 |
# File 'sig/types.rbs', line 198 def policy_id @policy_id end |
#policy_type ⇒ "EBS_SNAPSHOT_MANAGEMENT", ...
Returns the value of attribute policy_type.
202 203 204 |
# File 'sig/types.rbs', line 202 def policy_type @policy_type end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
200 201 202 |
# File 'sig/types.rbs', line 200 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
201 202 203 |
# File 'sig/types.rbs', line 201 def end |