Class: Aws::Types::PutRuntimeManagementConfigRequest

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

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


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

def qualifier
  @qualifier
end

#runtime_version_arn::String

Returns the value of attribute runtime_version_arn.

Returns:

  • (::String)


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

def runtime_version_arn
  @runtime_version_arn
end

#update_runtime_on"Auto", ...

Returns the value of attribute update_runtime_on.

Returns:

  • ("Auto", "Manual", "FunctionUpdate")


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

def update_runtime_on
  @update_runtime_on
end