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

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

Overview

Contains details about the global table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation time of the global table.

Returns:

  • (Time)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4399

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

#global_table_arnString

The unique identifier of the global table.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4399

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

#global_table_nameString

The global table name.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4399

class GlobalTableDescription < Struct.new(
  :replication_group,
  :global_table_arn,
  :creation_date_time,
  :global_table_status,
  :global_table_name)
  SENSITIVE = []
  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)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4399

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

#replication_groupArray<Types::ReplicaDescription>

The Regions where the global table has replicas.

Returns:



4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4399

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