Class: Aws::Types::ProductionVariantServerlessConfig

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)


10123
10124
10125
# File 'sig/types.rbs', line 10123

def max_concurrency
  @max_concurrency
end

#memory_size_in_mb::Integer

Returns the value of attribute memory_size_in_mb.

Returns:

  • (::Integer)


10122
10123
10124
# File 'sig/types.rbs', line 10122

def memory_size_in_mb
  @memory_size_in_mb
end

#provisioned_concurrency::Integer

Returns the value of attribute provisioned_concurrency.

Returns:

  • (::Integer)


10124
10125
10126
# File 'sig/types.rbs', line 10124

def provisioned_concurrency
  @provisioned_concurrency
end