Class: Aws::Types::UpdateConnectorProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_mode ⇒ "Public", "Private"
Returns the value of attribute connection_mode.
-
#connector_profile_config ⇒ Types::ConnectorProfileConfig
Returns the value of attribute connector_profile_config.
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def client_token @client_token end |
#connection_mode ⇒ "Public", "Private"
Returns the value of attribute connection_mode.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def connection_mode @connection_mode end |
#connector_profile_config ⇒ Types::ConnectorProfileConfig
Returns the value of attribute connector_profile_config.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def connector_profile_config @connector_profile_config end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def connector_profile_name @connector_profile_name end |