Class: Aws::Types::StopInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#force ⇒ Boolean
Returns the value of attribute force.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def force @force end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def instance_name @instance_name end |