Class: Aws::Types::ConnectorProfile
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_mode ⇒ "Public", "Private"
Returns the value of attribute connection_mode.
-
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
-
#connector_profile_arn ⇒ ::String
Returns the value of attribute connector_profile_arn.
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
Returns the value of attribute connector_profile_properties.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#private_connection_provisioning_state ⇒ Types::PrivateConnectionProvisioningState
Returns the value of attribute private_connection_provisioning_state.
Instance Attribute Details
#connection_mode ⇒ "Public", "Private"
Returns the value of attribute connection_mode.
221 222 223 |
# File 'sig/types.rbs', line 221 def connection_mode @connection_mode end |
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
220 221 222 |
# File 'sig/types.rbs', line 220 def connector_label @connector_label end |
#connector_profile_arn ⇒ ::String
Returns the value of attribute connector_profile_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def connector_profile_arn @connector_profile_arn end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def connector_profile_name @connector_profile_name end |
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
Returns the value of attribute connector_profile_properties.
223 224 225 |
# File 'sig/types.rbs', line 223 def connector_profile_properties @connector_profile_properties end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
219 220 221 |
# File 'sig/types.rbs', line 219 def connector_type @connector_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
224 225 226 |
# File 'sig/types.rbs', line 224 def created_at @created_at end |
#credentials_arn ⇒ ::String
Returns the value of attribute credentials_arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def credentials_arn @credentials_arn end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
225 226 227 |
# File 'sig/types.rbs', line 225 def last_updated_at @last_updated_at end |
#private_connection_provisioning_state ⇒ Types::PrivateConnectionProvisioningState
Returns the value of attribute private_connection_provisioning_state.
226 227 228 |
# File 'sig/types.rbs', line 226 def private_connection_provisioning_state @private_connection_provisioning_state end |