Class: Aws::DynamoDB::Types::GlobalTableDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableDescription
- 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
-
#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.
4447 4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4447 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.
4447 4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4447 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.
4447 4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4447 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.
4447 4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4447 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.
4447 4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4447 class GlobalTableDescription < Struct.new( :replication_group, :global_table_arn, :creation_date_time, :global_table_status, :global_table_name) SENSITIVE = [] include Aws::Structure end |