Class: Aws::Types::DescribeGlobalClustersMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalClustersMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
960 961 962 |
# File 'sig/types.rbs', line 960 def global_cluster_identifier @global_cluster_identifier end |
#marker ⇒ ::String
Returns the value of attribute marker.
962 963 964 |
# File 'sig/types.rbs', line 962 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
961 962 963 |
# File 'sig/types.rbs', line 961 def max_records @max_records end |