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.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def cluster_identifier @cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def max_records @max_records end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def namespace_arn @namespace_arn end |