Class: Aws::Types::CreateConnectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def connector_arn @connector_arn end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def connector_name @connector_name end |
#connector_state ⇒ "RUNNING", ...
Returns the value of attribute connector_state.
149 150 151 |
# File 'sig/types.rbs', line 149 def connector_state @connector_state end |