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
2739 2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2739 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the shard
2739 2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2739 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |
#size ⇒ String
The size of the shard’s snapshot
2739 2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2739 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
2739 2740 2741 2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2739 class ShardDetail < Struct.new( :name, :configuration, :size, :snapshot_creation_time) SENSITIVE = [] include Aws::Structure end |