Class: Aws::Types::CreateIntegrationWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
428 429 430 |
# File 'sig/types.rbs', line 428 def domain_name @domain_name end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
430 431 432 |
# File 'sig/types.rbs', line 430 def integration_config @integration_config end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
431 432 433 |
# File 'sig/types.rbs', line 431 def object_type_name @object_type_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
433 434 435 |
# File 'sig/types.rbs', line 433 def @tags end |
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
429 430 431 |
# File 'sig/types.rbs', line 429 def workflow_type @workflow_type end |