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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2602
2603
2604
# File 'sig/types.rbs', line 2602

def inputs
  @inputs
end

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