Class: Aws::DocDBElastic::Types::Shard

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb

Overview

The name of the shard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeString

The time when the shard was created in Universal Coordinated Time (UTC).

Returns:

  • (String)


936
937
938
939
940
941
942
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 936

class Shard < Struct.new(
  :create_time,
  :shard_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#shard_idString

The ID of the shard.

Returns:

  • (String)


936
937
938
939
940
941
942
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 936

class Shard < Struct.new(
  :create_time,
  :shard_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the shard.

Returns:

  • (String)


936
937
938
939
940
941
942
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 936

class Shard < Struct.new(
  :create_time,
  :shard_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end