Class: Aws::Types::GetRuntimeManagementConfigResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


1182
1183
1184
# File 'sig/types.rbs', line 1182

def function_arn
  @function_arn
end

#runtime_version_arn::String

Returns the value of attribute runtime_version_arn.

Returns:

  • (::String)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def runtime_version_arn
  @runtime_version_arn
end

#update_runtime_on"Auto", ...

Returns the value of attribute update_runtime_on.

Returns:

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


1181
1182
1183
# File 'sig/types.rbs', line 1181

def update_runtime_on
  @update_runtime_on
end