Class: Aws::Types::UpdateConnectorV2Request
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#provider ⇒ Types::ProviderUpdateConfiguration
Returns the value of attribute provider.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
8013 8014 8015 |
# File 'sig/types.rbs', line 8013 def connector_id @connector_id end |
#description ⇒ ::String
Returns the value of attribute description.
8014 8015 8016 |
# File 'sig/types.rbs', line 8014 def description @description end |
#provider ⇒ Types::ProviderUpdateConfiguration
Returns the value of attribute provider.
8015 8016 8017 |
# File 'sig/types.rbs', line 8015 def provider @provider end |