Class: Aws::Types::DescribeGlobalClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalClustersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def filters @filters end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def global_cluster_identifier @global_cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def max_records @max_records end |