Class: Aws::Types::DescribeOrderableClusterOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOrderableClusterOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
Instance Attribute Details
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def cluster_version @cluster_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def max_records @max_records end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def node_type @node_type end |