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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1130
1131
1132
1133
1134
1135
1136
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1130

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

#shard_idString

The ID of the shard.

Returns:

  • (String)


1130
1131
1132
1133
1134
1135
1136
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1130

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

#statusString

The current status of the shard.

Returns:

  • (String)


1130
1131
1132
1133
1134
1135
1136
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1130

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