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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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