Class: Aws::ApplicationAutoScaling::Types::RegisterScalableTargetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scalable_target_arnString

The ARN of the scalable target.

Returns:

  • (String)


2564
2565
2566
2567
2568
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 2564

class RegisterScalableTargetResponse < Struct.new(
  :scalable_target_arn)
  SENSITIVE = []
  include Aws::Structure
end