Class: Aws::AppRunner::Types::UpdateDefaultAutoScalingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configurationTypes::AutoScalingConfiguration

A description of the App Runner auto scaling configuration that was set as default.



2892
2893
2894
2895
2896
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2892

class UpdateDefaultAutoScalingConfigurationResponse < Struct.new(
  :auto_scaling_configuration)
  SENSITIVE = []
  include Aws::Structure
end