Class: Aws::Keyspaces::Types::UpdateKeyspaceRequest

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

#client_side_timestampsTypes::ClientSideTimestamps

The client-side timestamp setting of the table.

For more information, see How it works: Amazon Keyspaces client-side timestamps in the Amazon Keyspaces Developer Guide.



2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2021

class UpdateKeyspaceRequest < Struct.new(
  :keyspace_name,
  :replication_specification,
  :client_side_timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2021

class UpdateKeyspaceRequest < Struct.new(
  :keyspace_name,
  :replication_specification,
  :client_side_timestamps)
  SENSITIVE = []
  include Aws::Structure
end

#replication_specificationTypes::ReplicationSpecification

The replication specification of the keyspace includes:

  • regionList - up to six Amazon Web Services Regions where the keyspace is replicated in.

  • replicationStrategy - the required value is SINGLE_REGION or MULTI_REGION.



2021
2022
2023
2024
2025
2026
2027
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 2021

class UpdateKeyspaceRequest < Struct.new(
  :keyspace_name,
  :replication_specification,
  :client_side_timestamps)
  SENSITIVE = []
  include Aws::Structure
end