Class: Aws::DynamoDB::Types::GlobalTableDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Contains details about the global table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation time of the global table.
-
#global_table_arn ⇒ String
The unique identifier of the global table.
-
#global_table_name ⇒ String
The global table name.
-
#global_table_status ⇒ String
The current state of the global table:.
-
#replication_group ⇒ Array<Types::ReplicaDescription>
The Regions where the global table has replicas.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation time of the global table.
4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4492 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_arn ⇒ String
The unique identifier of the global table.
4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4492 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_name ⇒ String
The global table name.
4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4492 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_status ⇒ String
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.
4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4492 class GlobalTableDescription < Struct.new( :replication_group, :global_table_arn, :creation_date_time, :global_table_status, :global_table_name) SENSITIVE = [] include Aws::Structure end |
#replication_group ⇒ Array<Types::ReplicaDescription>
The Regions where the global table has replicas.
4492 4493 4494 4495 4496 4497 4498 4499 4500 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4492 class GlobalTableDescription < Struct.new( :replication_group, :global_table_arn, :creation_date_time, :global_table_status, :global_table_name) SENSITIVE = [] include Aws::Structure end |