Class: Aws::Types::OrderableClusterOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::OrderableClusterOptionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#orderable_cluster_options ⇒ ::Array[Types::OrderableClusterOption]
Returns the value of attribute orderable_cluster_options.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def marker @marker end |
#orderable_cluster_options ⇒ ::Array[Types::OrderableClusterOption]
Returns the value of attribute orderable_cluster_options.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def @orderable_cluster_options end |