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.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def enable_trace @enable_trace end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def execution_id @execution_id end |
#flow_alias_identifier ⇒ ::String
Returns the value of attribute flow_alias_identifier.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def flow_alias_identifier @flow_alias_identifier end |
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def flow_identifier @flow_identifier end |
#inputs ⇒ ::Array[Types::FlowInput]
Returns the value of attribute inputs.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def inputs @inputs end |
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
Returns the value of attribute model_performance_configuration.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def model_performance_configuration @model_performance_configuration end |