Class: Aws::Types::ListShardsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListShardsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
308 309 310 |
# File 'sig/types.rbs', line 308 def next_token @next_token end |
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
307 308 309 |
# File 'sig/types.rbs', line 307 def shards @shards end |