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.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def flow_definition_name @flow_definition_name end |
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
Returns the value of attribute human_loop_activation_config.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def human_loop_activation_config @human_loop_activation_config end |
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def human_loop_config @human_loop_config end |
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Returns the value of attribute human_loop_request_source.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def human_loop_request_source @human_loop_request_source end |
#output_config ⇒ Types::FlowDefinitionOutputConfig
Returns the value of attribute output_config.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def end |