Class: Aws::Types::DescribeDBShardGroupsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_shard_group_identifier::String

Returns the value of attribute db_shard_group_identifier.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def db_shard_group_identifier
  @db_shard_group_identifier
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2207
2208
2209
# File 'sig/types.rbs', line 2207

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2209
2210
2211
# File 'sig/types.rbs', line 2209

def max_records
  @max_records
end