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.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def flow_alias_identifier @flow_alias_identifier end |
#flow_execution_name ⇒ ::String
Returns the value of attribute flow_execution_name.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def flow_execution_name @flow_execution_name end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def flow_identifier @flow_identifier end |
#inputs ⇒ ::Array[Types::FlowInput]
Returns the value of attribute inputs.
2602 2603 2604 |
# File 'sig/types.rbs', line 2602 def inputs @inputs end |
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
Returns the value of attribute model_performance_configuration.
2603 2604 2605 |
# File 'sig/types.rbs', line 2603 def model_performance_configuration @model_performance_configuration end |