Class: Aws::Types::DeleteEnvironmentConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
141 142 143 |
# File 'sig/types.rbs', line 141 def client_token @client_token end |
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def connector_id @connector_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
142 143 144 |
# File 'sig/types.rbs', line 142 def environment_id @environment_id end |