Class: Aws::Types::GlobalClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::GlobalClustersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_clusters ⇒ ::Array[Types::GlobalCluster]
Returns the value of attribute global_clusters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#global_clusters ⇒ ::Array[Types::GlobalCluster]
Returns the value of attribute global_clusters.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def global_clusters @global_clusters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def marker @marker end |