Class: Aws::Types::GetRDSDatabaseRecommendationsRequest

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])


647
648
649
# File 'sig/types.rbs', line 647

def 
  @account_ids
end

#filters::Array[Types::RDSDBRecommendationFilter]

Returns the value of attribute filters.

Returns:



646
647
648
# File 'sig/types.rbs', line 646

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


645
646
647
# File 'sig/types.rbs', line 645

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def next_token
  @next_token
end

#recommendation_preferencesTypes::RecommendationPreferences

Returns the value of attribute recommendation_preferences.



648
649
650
# File 'sig/types.rbs', line 648

def recommendation_preferences
  @recommendation_preferences
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


643
644
645
# File 'sig/types.rbs', line 643

def resource_arns
  @resource_arns
end