Class: Aws::Keyspaces::Types::GetKeyspaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1020

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

#replication_group_statusesArray<Types::ReplicationGroupStatus>

A list of all Regions the keyspace is replicated in after the update keyspace operation and their status.

Returns:



1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1020

class GetKeyspaceResponse < Struct.new(
  :keyspace_name,
  :resource_arn,
  :replication_strategy,
  :replication_regions,
  :replication_group_statuses)
  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>)


1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1020

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

#replication_strategyString

Returns the replication strategy of the keyspace. The options are SINGLE_REGION or MULTI_REGION.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1020

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

#resource_arnString

Returns the ARN of the keyspace.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1020

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