Class: Aws::Types::PutProvisionedConcurrencyConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def function_name
  @function_name
end

#provisioned_concurrent_executions::Integer

Returns the value of attribute provisioned_concurrent_executions.

Returns:

  • (::Integer)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def provisioned_concurrent_executions
  @provisioned_concurrent_executions
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def qualifier
  @qualifier
end