Class: Aws::Types::DescribeDBRecommendationsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def filters
  @filters
end

#last_updated_after::Time

Returns the value of attribute last_updated_after.

Returns:

  • (::Time)


2188
2189
2190
# File 'sig/types.rbs', line 2188

def last_updated_after
  @last_updated_after
end

#last_updated_before::Time

Returns the value of attribute last_updated_before.

Returns:

  • (::Time)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def last_updated_before
  @last_updated_before
end

#locale::String

Returns the value of attribute locale.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def locale
  @locale
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def max_records
  @max_records
end