Class: Aws::Types::UpdateConnectorRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
-
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
Returns the value of attribute connector_provisioning_config.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def client_token @client_token end |
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def connector_label @connector_label end |
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
Returns the value of attribute connector_provisioning_config.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def connector_provisioning_config @connector_provisioning_config end |
#description ⇒ ::String
Returns the value of attribute description.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def description @description end |