Class: Aws::Types::DeleteEnvironmentConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEnvironmentConnectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector ⇒ Types::Connector
Returns the value of attribute connector.
-
#environment_summary ⇒ Types::EnvironmentSummary
Returns the value of attribute environment_summary.
Instance Attribute Details
#connector ⇒ Types::Connector
Returns the value of attribute connector.
148 149 150 |
# File 'sig/types.rbs', line 148 def connector @connector end |
#environment_summary ⇒ Types::EnvironmentSummary
Returns the value of attribute environment_summary.
149 150 151 |
# File 'sig/types.rbs', line 149 def environment_summary @environment_summary end |