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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/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)


984
985
986
987
988
989
990
991
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 984

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>)


984
985
986
987
988
989
990
991
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 984

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)


984
985
986
987
988
989
990
991
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 984

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)


984
985
986
987
988
989
990
991
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 984

class KeyspaceSummary < Struct.new(
  :keyspace_name,
  :resource_arn,
  :replication_strategy,
  :replication_regions)
  SENSITIVE = []
  include Aws::Structure
end