Class: Aws::Types::DisableFastLaunchRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableFastLaunchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8108 8109 8110 |
# File 'sig/types.rbs', line 8108 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
8107 8108 8109 |
# File 'sig/types.rbs', line 8107 def force @force end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8106 8107 8108 |
# File 'sig/types.rbs', line 8106 def image_id @image_id end |