Class: Aws::Keyspaces::Types::KeyspaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::KeyspaceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Represents the properties of a keyspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_name ⇒ String
The name of the keyspace.
-
#replication_regions ⇒ Array<String>
If the ‘replicationStrategy` of the keyspace is `MULTI_REGION`, a list of replication Regions is returned.
-
#replication_strategy ⇒ String
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
-
#resource_arn ⇒ String
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace.
1181 1182 1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1181 class KeyspaceSummary < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions) 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.
1181 1182 1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1181 class KeyspaceSummary < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions) SENSITIVE = [] include Aws::Structure end |
#replication_strategy ⇒ String
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace. The available values are ‘SINGLE_REGION` or `MULTI_REGION`.
1181 1182 1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1181 class KeyspaceSummary < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
1181 1182 1183 1184 1185 1186 1187 1188 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 1181 class KeyspaceSummary < Struct.new( :keyspace_name, :resource_arn, :replication_strategy, :replication_regions) SENSITIVE = [] include Aws::Structure end |