Class: Aws::Types::DeleteInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def instance_id @instance_id end |