Class: Aws::Types::FlowAliasConcurrencyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_concurrency::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


946
947
948
# File 'sig/types.rbs', line 946

def max_concurrency
  @max_concurrency
end

#type"Automatic", "Manual"

Returns the value of attribute type.

Returns:

  • ("Automatic", "Manual")


945
946
947
# File 'sig/types.rbs', line 945

def type
  @type
end