Class: Aws::RDS::Types::GlobalClustersMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::GlobalClustersMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_clusters ⇒ Array<Types::GlobalCluster>
The list of global clusters returned by this request.
-
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeGlobalClusters` request.
Instance Attribute Details
#global_clusters ⇒ Array<Types::GlobalCluster>
The list of global clusters returned by this request.
16357 16358 16359 16360 16361 16362 |
# File 'lib/aws-sdk-rds/types.rb', line 16357 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeGlobalClusters` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by `MaxRecords`.
16357 16358 16359 16360 16361 16362 |
# File 'lib/aws-sdk-rds/types.rb', line 16357 class GlobalClustersMessage < Struct.new( :marker, :global_clusters) SENSITIVE = [] include Aws::Structure end |