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

#configurationTypes::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

#nameString

The name of the shard

Returns:

  • (String)


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

#sizeString

The size of the shard’s snapshot

Returns:

  • (String)


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_timeTime

The date and time that the shard’s snapshot was created

Returns:

  • (Time)


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