Class: Aws::Types::InvokeFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::InvokeFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
-
#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
#enable_trace ⇒ Boolean
Returns the value of attribute enable_trace.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def enable_trace @enable_trace end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def execution_id @execution_id end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def flow_identifier @flow_identifier end |
#inputs ⇒ ::Array[Types::FlowInput]
Returns the value of attribute inputs.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def inputs @inputs end |
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
Returns the value of attribute model_performance_configuration.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def model_performance_configuration @model_performance_configuration end |