Class: Aws::Types::StartFlowExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#flow_execution_name ⇒ ::String
Returns the value of attribute flow_execution_name.
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#inputs ⇒ ::Array[Types::FlowInput]
Returns the value of attribute inputs.
-
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
Returns the value of attribute model_performance_configuration.
Instance Attribute Details
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def flow_alias_identifier @flow_alias_identifier end |
#flow_execution_name ⇒ ::String
Returns the value of attribute flow_execution_name.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def flow_execution_name @flow_execution_name end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def flow_identifier @flow_identifier end |
#inputs ⇒ ::Array[Types::FlowInput]
Returns the value of attribute inputs.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def inputs @inputs end |
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
Returns the value of attribute model_performance_configuration.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def model_performance_configuration @model_performance_configuration end |