Class: Aws::Types::DescribeFlowDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
-
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4357 4358 4359 |
# File 'sig/types.rbs', line 4357 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4363 4364 4365 |
# File 'sig/types.rbs', line 4363 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def flow_definition_arn @flow_definition_arn end |
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
4355 4356 4357 |
# File 'sig/types.rbs', line 4355 def flow_definition_name @flow_definition_name end |
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
4356 4357 4358 |
# File 'sig/types.rbs', line 4356 def flow_definition_status @flow_definition_status end |
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
Returns the value of attribute human_loop_activation_config.
4359 4360 4361 |
# File 'sig/types.rbs', line 4359 def human_loop_activation_config @human_loop_activation_config end |
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
4360 4361 4362 |
# File 'sig/types.rbs', line 4360 def human_loop_config @human_loop_config end |
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Returns the value of attribute human_loop_request_source.
4358 4359 4360 |
# File 'sig/types.rbs', line 4358 def human_loop_request_source @human_loop_request_source end |
#output_config ⇒ Types::FlowDefinitionOutputConfig
Returns the value of attribute output_config.
4361 4362 4363 |
# File 'sig/types.rbs', line 4361 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4362 4363 4364 |
# File 'sig/types.rbs', line 4362 def role_arn @role_arn end |