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.



1136
1137
1138
1139
1140
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1136

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