Class: Aws::Types::CreateConnectorProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectorProfileRequest
- 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_label ⇒ ::String
Returns the value of attribute connector_label.
-
#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.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
310 311 312 |
# File 'sig/types.rbs', line 310 def client_token @client_token end |
#connection_mode ⇒ "Public", "Private"
Returns the value of attribute connection_mode.
308 309 310 |
# File 'sig/types.rbs', line 308 def connection_mode @connection_mode end |
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
307 308 309 |
# File 'sig/types.rbs', line 307 def connector_label @connector_label end |
#connector_profile_config ⇒ Types::ConnectorProfileConfig
Returns the value of attribute connector_profile_config.
309 310 311 |
# File 'sig/types.rbs', line 309 def connector_profile_config @connector_profile_config end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
306 307 308 |
# File 'sig/types.rbs', line 306 def connector_type @connector_type end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def kms_arn @kms_arn end |