Class: Aws::Types::AppflowIntegrationWorkflowAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AppflowIntegrationWorkflowAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_connector_type ⇒ "Salesforce", ...
Returns the value of attribute source_connector_type.
Instance Attribute Details
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def connector_profile_name @connector_profile_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def role_arn @role_arn end |
#source_connector_type ⇒ "Salesforce", ...
Returns the value of attribute source_connector_type.
67 68 69 |
# File 'sig/types.rbs', line 67 def source_connector_type @source_connector_type end |