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)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def function_name
  @function_name
end

#provisioned_concurrent_executions::Integer

Returns the value of attribute provisioned_concurrent_executions.

Returns:

  • (::Integer)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def provisioned_concurrent_executions
  @provisioned_concurrent_executions
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def qualifier
  @qualifier
end