Class: Aws::Types::DestinationFlowConfig
- Inherits:
-
Object
- Object
- Aws::Types::DestinationFlowConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#destination_connector_properties ⇒ Types::DestinationConnectorProperties
Returns the value of attribute destination_connector_properties.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
557 558 559 |
# File 'sig/types.rbs', line 557 def api_version @api_version end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
558 559 560 |
# File 'sig/types.rbs', line 558 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
556 557 558 |
# File 'sig/types.rbs', line 556 def connector_type @connector_type end |
#destination_connector_properties ⇒ Types::DestinationConnectorProperties
Returns the value of attribute destination_connector_properties.
559 560 561 |
# File 'sig/types.rbs', line 559 def destination_connector_properties @destination_connector_properties end |