Class: Aws::S3Tables::Types::PutTableReplicationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the replication configuration operation.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1835

class PutTableReplicationResponse < Struct.new(
  :version_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

A new version token representing the updated replication configuration.

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1835

class PutTableReplicationResponse < Struct.new(
  :version_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end