Class: Aws::Types::GetRDSDatabaseRecommendationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::GetRecommendationError]

Returns the value of attribute errors.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def errors
  @errors
end

#next_token::String

Returns the value of attribute next_token.

Returns:



653
654
655
# File 'sig/types.rbs', line 653

def next_token
  @next_token
end

#rds_db_recommendations::Array[Types::RDSDBRecommendation]

Returns the value of attribute rds_db_recommendations.

Returns:



654
655
656
# File 'sig/types.rbs', line 654

def rds_db_recommendations
  @rds_db_recommendations
end