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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1599
1600
1601
# File 'sig/types.rbs', line 1599

def inputs
  @inputs
end

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