Class: Aws::Types::DescribeDBShardGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBShardGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_shard_group_identifier ⇒ ::String
Returns the value of attribute db_shard_group_identifier.
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.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def max_records @max_records end |