Class: Aws::Types::DescribeScalableTargetsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def next_token
  @next_token
end

#scalable_targets::Array[Types::ScalableTarget]

Returns the value of attribute scalable_targets.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def scalable_targets
  @scalable_targets
end