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.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def instance_id @instance_id end |