Class: Aws::Types::GetAutoScalingGroupRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


446
447
448
# File 'sig/types.rbs', line 446

def 
  @account_ids
end

#auto_scaling_group_arns::Array[::String]

Returns the value of attribute auto_scaling_group_arns.

Returns:

  • (::Array[::String])


447
448
449
# File 'sig/types.rbs', line 447

def auto_scaling_group_arns
  @auto_scaling_group_arns
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


449
450
451
# File 'sig/types.rbs', line 449

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def next_token
  @next_token
end

#recommendation_preferencesTypes::RecommendationPreferences

Returns the value of attribute recommendation_preferences.



451
452
453
# File 'sig/types.rbs', line 451

def recommendation_preferences
  @recommendation_preferences
end