Class: Aws::RDS::Types::DescribeDBShardGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_shard_groupsArray<Types::DBShardGroup>

Contains a list of DB shard groups for the user.

Returns:



13329
13330
13331
13332
13333
13334
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13329

class DescribeDBShardGroupsResponse < Struct.new(
  :db_shard_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A pagination token that can be used in a later DescribeDBClusters request.

Returns:

  • (String)


13329
13330
13331
13332
13333
13334
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13329

class DescribeDBShardGroupsResponse < Struct.new(
  :db_shard_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end