Class: Aws::Types::ResetInstanceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetInstanceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#attribute ⇒ "instanceType", ...
Returns the value of attribute attribute.
16185 16186 16187 |
# File 'sig/types.rbs', line 16185 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16183 16184 16185 |
# File 'sig/types.rbs', line 16183 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
16184 16185 16186 |
# File 'sig/types.rbs', line 16184 def instance_id @instance_id end |