Class: Aws::Keyspaces::Types::KeyspaceSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


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_regionsArray<String>

If the ‘replicationStrategy` of the keyspace is `MULTI_REGION`, a list of replication Regions is returned.

Returns:

  • (Array<String>)


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_strategyString

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`.

Returns:

  • (String)


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_arnString

The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).

Returns:

  • (String)


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