Class: Aws::Keyspaces::Types::GetKeyspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetKeyspaceResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_name ⇒ String
The name of the keyspace.
-
#replication_group_statuses ⇒ Array<Types::ReplicationGroupStatus>
A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
-
#replication_regions ⇒ Array<String>
If the
replicationStrategy
of the keyspace isMULTI_REGION
, a list of replication Regions is returned. -
#replication_strategy ⇒ String
Returns the replication strategy of the keyspace.
-
#resource_arn ⇒ String
Returns the ARN of the keyspace.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace.
908 909 910 911 912 913 914 915 916 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 908 class GetKeyspaceResponse < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions, :replication_group_statuses) SENSITIVE = [] include Aws::Structure end |
#replication_group_statuses ⇒ Array<Types::ReplicationGroupStatus>
A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.
908 909 910 911 912 913 914 915 916 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 908 class GetKeyspaceResponse < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions, :replication_group_statuses) SENSITIVE = [] include Aws::Structure end |
#replication_regions ⇒ Array<String>
If the replicationStrategy
of the keyspace is MULTI_REGION
, a
list of replication Regions is returned.
908 909 910 911 912 913 914 915 916 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 908 class GetKeyspaceResponse < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions, :replication_group_statuses) SENSITIVE = [] include Aws::Structure end |
#replication_strategy ⇒ String
Returns the replication strategy of the keyspace. The options are
SINGLE_REGION
or MULTI_REGION
.
908 909 910 911 912 913 914 915 916 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 908 class GetKeyspaceResponse < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions, :replication_group_statuses) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
Returns the ARN of the keyspace.
908 909 910 911 912 913 914 915 916 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 908 class GetKeyspaceResponse < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions, :replication_group_statuses) SENSITIVE = [] include Aws::Structure end |