Class: Aws::Types::DescribeDBShardGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_shard_groups::Array[Types::DBShardGroup]

Returns the value of attribute db_shard_groups.

Returns:



2214
2215
2216
# File 'sig/types.rbs', line 2214

def db_shard_groups
  @db_shard_groups
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def marker
  @marker
end