Class: Aws::MemoryDB::Types::ShardDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ShardDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Provides details of a shard in a snapshot
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ShardConfiguration
The configuration details of the shard.
-
#name ⇒ String
The name of the shard.
-
#size ⇒ String
The size of the shard’s snapshot.
-
#snapshot_creation_time ⇒ Time
The date and time that the shard’s snapshot was created.
Instance Attribute Details
#configuration ⇒ Types::ShardConfiguration
The configuration details of the shard
3044 3045 3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3044 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the shard
3044 3045 3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3044 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |
#size ⇒ String
The size of the shard’s snapshot
3044 3045 3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3044 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |
#snapshot_creation_time ⇒ Time
The date and time that the shard’s snapshot was created
3044 3045 3046 3047 3048 3049 3050 3051 |
# File 'lib/aws-sdk-memorydb/types.rb', line 3044 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |