Class: Aws::Types::Shard
- Inherits:
-
Object
- Object
- Aws::Types::Shard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::String
Returns the value of attribute create_time.
-
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#create_time ⇒ ::String
Returns the value of attribute create_time.
287 288 289 |
# File 'sig/types.rbs', line 287 def create_time @create_time end |
#shard_id ⇒ ::String
Returns the value of attribute shard_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def shard_id @shard_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
289 290 291 |
# File 'sig/types.rbs', line 289 def status @status end |