Class: Aws::AppRunner::Types::DeleteAutoScalingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteAutoScalingConfigurationResponse
- 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 this request just deleted.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
A description of the App Runner auto scaling configuration that this request just deleted.
963 964 965 966 967 |
# File 'lib/aws-sdk-apprunner/types.rb', line 963 class DeleteAutoScalingConfigurationResponse < Struct.new( :auto_scaling_configuration) SENSITIVE = [] include Aws::Structure end |