Class: Aws::Types::CreateFlowDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
-
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
Returns the value of attribute human_loop_activation_config.
-
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
-
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Returns the value of attribute human_loop_request_source.
-
#output_config ⇒ Types::FlowDefinitionOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def flow_definition_name @flow_definition_name end |
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
Returns the value of attribute human_loop_activation_config.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def human_loop_activation_config @human_loop_activation_config end |
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def human_loop_config @human_loop_config end |
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Returns the value of attribute human_loop_request_source.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def human_loop_request_source @human_loop_request_source end |
#output_config ⇒ Types::FlowDefinitionOutputConfig
Returns the value of attribute output_config.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def @tags end |