Class: Aws::Types::Parameters
- Inherits:
-
Object
- Object
- Aws::Types::Parameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_boot_volume ⇒ Boolean
Returns the value of attribute exclude_boot_volume.
-
#exclude_data_volume_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute exclude_data_volume_tags.
-
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
Instance Attribute Details
#exclude_boot_volume ⇒ Boolean
Returns the value of attribute exclude_boot_volume.
225 226 227 |
# File 'sig/types.rbs', line 225 def exclude_boot_volume @exclude_boot_volume end |
#exclude_data_volume_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute exclude_data_volume_tags.
227 228 229 |
# File 'sig/types.rbs', line 227 def @exclude_data_volume_tags end |
#no_reboot ⇒ Boolean
Returns the value of attribute no_reboot.
226 227 228 |
# File 'sig/types.rbs', line 226 def no_reboot @no_reboot end |