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.
865 866 867 |
# File 'sig/types.rbs', line 865 def global_clusters @global_clusters end |
#marker ⇒ ::String
Returns the value of attribute marker.
864 865 866 |
# File 'sig/types.rbs', line 864 def marker @marker end |