Class: Aws::Types::LifecyclePolicyDetailAction
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyDetailAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_resources ⇒ Types::LifecyclePolicyDetailActionIncludeResources
Returns the value of attribute include_resources.
-
#type ⇒ "DELETE", ...
Returns the value of attribute type.
Instance Attribute Details
#include_resources ⇒ Types::LifecyclePolicyDetailActionIncludeResources
Returns the value of attribute include_resources.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def include_resources @include_resources end |
#type ⇒ "DELETE", ...
Returns the value of attribute type.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def type @type end |