Class: Aws::Types::LifecyclePolicyDetailActionIncludeResources
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyDetailActionIncludeResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amis ⇒ Boolean
Returns the value of attribute amis.
-
#containers ⇒ Boolean
Returns the value of attribute containers.
-
#snapshots ⇒ Boolean
Returns the value of attribute snapshots.
Instance Attribute Details
#amis ⇒ Boolean
Returns the value of attribute amis.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def amis @amis end |
#containers ⇒ Boolean
Returns the value of attribute containers.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def containers @containers end |
#snapshots ⇒ Boolean
Returns the value of attribute snapshots.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def snapshots @snapshots end |