Class: Aws::Types::UpdateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#provider_detail ⇒ Types::ProviderDetailUpdate
Returns the value of attribute provider_detail.
Instance Attribute Details
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def connector_arn @connector_arn end |
#description ⇒ ::String
Returns the value of attribute description.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def description @description end |
#provider_detail ⇒ Types::ProviderDetailUpdate
Returns the value of attribute provider_detail.
2858 2859 2860 |
# File 'sig/types.rbs', line 2858 def provider_detail @provider_detail end |