Class: Aws::AppRunner::Types::CreateAutoScalingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateAutoScalingConfigurationResponse
- 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 description of the App Runner auto scaling configuration that’s created by this request.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
A description of the App Runner auto scaling configuration that’s created by this request.
605 606 607 608 609 |
# File 'lib/aws-sdk-apprunner/types.rb', line 605 class CreateAutoScalingConfigurationResponse < Struct.new( :auto_scaling_configuration) SENSITIVE = [] include Aws::Structure end |