Class: Aws::Types::ListRecommendationsMessage
- Inherits:
-
Object
- Object
- Aws::Types::ListRecommendationsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def cluster_identifier @cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def max_records @max_records end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def namespace_arn @namespace_arn end |