Class: Aws::Types::ResourceStateUpdateIncludeResources
- Inherits:
-
Object
- Object
- Aws::Types::ResourceStateUpdateIncludeResources
- 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.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def amis @amis end |
#containers ⇒ Boolean
Returns the value of attribute containers.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def containers @containers end |
#snapshots ⇒ Boolean
Returns the value of attribute snapshots.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def snapshots @snapshots end |