Class: Aws::RDS::Types::DescribeDBShardGroupsMessage

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_group_identifierString

The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, information for only the specific DB shard group is returned. This parameter isn't case-sensitive.

Constraints:

  • If supplied, must match an existing DB shard group identifier.

^

Returns:

  • (String)


13637
13638
13639
13640
13641
13642
13643
13644
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13637

class DescribeDBShardGroupsMessage < Struct.new(
  :db_shard_group_identifier,
  :filters,
  :marker,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

A filter that specifies one or more DB shard groups to describe.

Returns:



13637
13638
13639
13640
13641
13642
13643
13644
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13637

class DescribeDBShardGroupsMessage < Struct.new(
  :db_shard_group_identifier,
  :filters,
  :marker,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous DescribeDBShardGroups request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


13637
13638
13639
13640
13641
13642
13643
13644
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13637

class DescribeDBShardGroupsMessage < Struct.new(
  :db_shard_group_identifier,
  :filters,
  :marker,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100

Returns:

  • (Integer)


13637
13638
13639
13640
13641
13642
13643
13644
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13637

class DescribeDBShardGroupsMessage < Struct.new(
  :db_shard_group_identifier,
  :filters,
  :marker,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end