Class: Aws::ApplicationAutoScaling::Types::RegisterScalableTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::RegisterScalableTargetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scalable_target_arn ⇒ String
The ARN of the scalable target.
Instance Attribute Details
#scalable_target_arn ⇒ String
The ARN of the scalable target.
2621 2622 2623 2624 2625 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 2621 class RegisterScalableTargetResponse < Struct.new( :scalable_target_arn) SENSITIVE = [] include Aws::Structure end |