Class: Aws::Types::GetLifecyclePoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLifecyclePoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_policy_type ⇒ "VOLUME", ...
Returns the value of attribute default_policy_type.
-
#policy_ids ⇒ ::Array[::String]
Returns the value of attribute policy_ids.
-
#resource_types ⇒ ::Array[("VOLUME" | "INSTANCE")]
Returns the value of attribute resource_types.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#tags_to_add ⇒ ::Array[::String]
Returns the value of attribute tags_to_add.
-
#target_tags ⇒ ::Array[::String]
Returns the value of attribute target_tags.
Instance Attribute Details
#default_policy_type ⇒ "VOLUME", ...
Returns the value of attribute default_policy_type.
149 150 151 |
# File 'sig/types.rbs', line 149 def default_policy_type @default_policy_type end |
#policy_ids ⇒ ::Array[::String]
Returns the value of attribute policy_ids.
144 145 146 |
# File 'sig/types.rbs', line 144 def policy_ids @policy_ids end |
#resource_types ⇒ ::Array[("VOLUME" | "INSTANCE")]
Returns the value of attribute resource_types.
146 147 148 |
# File 'sig/types.rbs', line 146 def resource_types @resource_types end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
145 146 147 |
# File 'sig/types.rbs', line 145 def state @state end |
#tags_to_add ⇒ ::Array[::String]
Returns the value of attribute tags_to_add.
148 149 150 |
# File 'sig/types.rbs', line 148 def @tags_to_add end |
#target_tags ⇒ ::Array[::String]
Returns the value of attribute target_tags.
147 148 149 |
# File 'sig/types.rbs', line 147 def @target_tags end |