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.
4340 4341 4342 |
# File 'sig/types.rbs', line 4340 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4346 4347 4348 |
# File 'sig/types.rbs', line 4346 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
4337 4338 4339 |
# File 'sig/types.rbs', line 4337 def flow_definition_arn @flow_definition_arn end |
#flow_definition_name ⇒ ::String
Returns the value of attribute flow_definition_name.
4338 4339 4340 |
# File 'sig/types.rbs', line 4338 def flow_definition_name @flow_definition_name end |
#flow_definition_status ⇒ "Initializing", ...
Returns the value of attribute flow_definition_status.
4339 4340 4341 |
# File 'sig/types.rbs', line 4339 def flow_definition_status @flow_definition_status end |
#human_loop_activation_config ⇒ Types::HumanLoopActivationConfig
Returns the value of attribute human_loop_activation_config.
4342 4343 4344 |
# File 'sig/types.rbs', line 4342 def human_loop_activation_config @human_loop_activation_config end |
#human_loop_config ⇒ Types::HumanLoopConfig
Returns the value of attribute human_loop_config.
4343 4344 4345 |
# File 'sig/types.rbs', line 4343 def human_loop_config @human_loop_config end |
#human_loop_request_source ⇒ Types::HumanLoopRequestSource
Returns the value of attribute human_loop_request_source.
4341 4342 4343 |
# File 'sig/types.rbs', line 4341 def human_loop_request_source @human_loop_request_source end |
#output_config ⇒ Types::FlowDefinitionOutputConfig
Returns the value of attribute output_config.
4344 4345 4346 |
# File 'sig/types.rbs', line 4344 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4345 4346 4347 |
# File 'sig/types.rbs', line 4345 def role_arn @role_arn end |