Class: Aws::Types::ShardDetail
- Inherits:
-
Object
- Object
- Aws::Types::ShardDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ShardConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size ⇒ ::String
Returns the value of attribute size.
-
#snapshot_creation_time ⇒ ::Time
Returns the value of attribute snapshot_creation_time.
Instance Attribute Details
#configuration ⇒ Types::ShardConfiguration
Returns the value of attribute configuration.
930 931 932 |
# File 'sig/types.rbs', line 930 def configuration @configuration end |
#name ⇒ ::String
Returns the value of attribute name.
929 930 931 |
# File 'sig/types.rbs', line 929 def name @name end |
#size ⇒ ::String
Returns the value of attribute size.
931 932 933 |
# File 'sig/types.rbs', line 931 def size @size end |
#snapshot_creation_time ⇒ ::Time
Returns the value of attribute snapshot_creation_time.
932 933 934 |
# File 'sig/types.rbs', line 932 def snapshot_creation_time @snapshot_creation_time end |