Class: Aws::AppRunner::Types::DescribeAutoScalingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeAutoScalingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
A full description of the App Runner auto scaling configuration that you specified in this request.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
A full description of the App Runner auto scaling configuration that you specified in this request.
1136 1137 1138 1139 1140 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1136 class DescribeAutoScalingConfigurationResponse < Struct.new( :auto_scaling_configuration) SENSITIVE = [] include Aws::Structure end |