Class: Aws::Types::DeleteEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
167 168 169 |
# File 'sig/types.rbs', line 167 def client_token @client_token end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def environment_id @environment_id end |