Class: Aws::ApplicationAutoScaling::Types::RegisterScalableTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::RegisterScalableTargetResponse
- Defined in:
- gems/aws-sdk-applicationautoscaling/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.
3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 3089 class RegisterScalableTargetResponse < Struct.new( :scalable_target_arn) SENSITIVE = [] include Aws::Structure end |