Class: Aws::Types::DescribeDBRecommendationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBRecommendationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#last_updated_after ⇒ ::Time
Returns the value of attribute last_updated_after.
-
#last_updated_before ⇒ ::Time
Returns the value of attribute last_updated_before.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
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.
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.
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.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def locale @locale end |
#marker ⇒ ::String
Returns the value of attribute marker.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def max_records @max_records end |