Class: Aws::DynamoDB::Types::GlobalTableDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Contains details about the global table.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation time of the global table.

Returns:

  • (Time)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-dynamodb/types.rb', line 3548

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  include Aws::Structure
end

#global_table_arnString

The unique identifier of the global table.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-dynamodb/types.rb', line 3548

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  include Aws::Structure
end

#global_table_nameString

The global table name.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-dynamodb/types.rb', line 3548

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  include Aws::Structure
end

#global_table_statusString

The current state of the global table:

  • ‘CREATING` - The global table is being created.

  • ‘UPDATING` - The global table is being updated.

  • ‘DELETING` - The global table is being deleted.

  • ‘ACTIVE` - The global table is ready for use.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-dynamodb/types.rb', line 3548

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  include Aws::Structure
end

#replication_groupArray<Types::ReplicaDescription>

The regions where the global table has replicas.

Returns:



3548
3549
3550
3551
3552
3553
3554
3555
# File 'lib/aws-sdk-dynamodb/types.rb', line 3548

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  include Aws::Structure
end