Class: Aws::AppRunner::Types::DescribeAutoScalingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeAutoScalingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.
Instance Attribute Details
#auto_scaling_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner auto scaling configuration that you want a description for.
The ARN can be a full auto scaling configuration ARN, or a partial ARN ending with either ‘…/name ` or `…/name/revision `. If a revision isn’t specified, the latest active revision is described.
1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1123 class DescribeAutoScalingConfigurationRequest < Struct.new( :auto_scaling_configuration_arn) SENSITIVE = [] include Aws::Structure end |