Class: Aws::Types::InvokeFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_traceBoolean

Returns the value of attribute enable_trace.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1517
1518
1519
# File 'sig/types.rbs', line 1517

def inputs
  @inputs
end

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