Class: Aws::Types::StartFlowExecutionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_alias_identifier::String

Returns the value of attribute flow_alias_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2684
2685
2686
# File 'sig/types.rbs', line 2684

def inputs
  @inputs
end

#model_performance_configurationTypes::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