Class: Aws::Types::ProductionVariantServerlessUpdateConfig

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)


10129
10130
10131
# File 'sig/types.rbs', line 10129

def max_concurrency
  @max_concurrency
end

#provisioned_concurrency::Integer

Returns the value of attribute provisioned_concurrency.

Returns:

  • (::Integer)


10130
10131
10132
# File 'sig/types.rbs', line 10130

def provisioned_concurrency
  @provisioned_concurrency
end