Class: Aws::Types::UpdateConnectorDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_definition_id ⇒ ::String
Returns the value of attribute connector_definition_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#connector_definition_id ⇒ ::String
Returns the value of attribute connector_definition_id.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def connector_definition_id @connector_definition_id end |
#name ⇒ ::String
Returns the value of attribute name.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def name @name end |