Class: Aws::Types::DeleteConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
236 237 238 |
# File 'sig/types.rbs', line 236 def connector_arn @connector_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
237 238 239 |
# File 'sig/types.rbs', line 237 def current_version @current_version end |