Class: Aws::AppRunner::Types::DescribeAutoScalingConfigurationResponse

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 full description of the App Runner auto scaling configuration that you specified in this request.


1205
1206
1207
1208
1209
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1205

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