Class: Aws::MemoryDB::Types::ShardDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration ⇒ Types::ShardConfiguration

The configuration details of the shard



3337
3338
3339
3340
3341
3342
3343
3344
# File 'lib/aws-sdk-memorydb/types.rb', line 3337

class ShardDetail < Struct.new(
  :name,
  :configuration,
  :size,
  :snapshot_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the shard



3337
3338
3339
3340
3341
3342
3343
3344
# File 'lib/aws-sdk-memorydb/types.rb', line 3337

class ShardDetail < Struct.new(
  :name,
  :configuration,
  :size,
  :snapshot_creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#size ⇒ String

The size of the shard's snapshot



3337
3338
3339
3340
3341
3342
3343
3344
# File 'lib/aws-sdk-memorydb/types.rb', line 3337

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



3337
3338
3339
3340
3341
3342
3343
3344
# File 'lib/aws-sdk-memorydb/types.rb', line 3337

class ShardDetail < Struct.new(
  :name,
  :configuration,
  :size,
  :snapshot_creation_time)
  SENSITIVE = []
  include Aws::Structure
end