Class: Aws::S3Tables::Types::DeleteTableBucketReplicationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket.

Returns:

  • (String)


309
310
311
312
313
314
# File 'lib/aws-sdk-s3tables/types.rb', line 309

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

#version_tokenString

A version token from a previous GetTableBucketReplication call. Use this token to ensure you’re deleting the expected version of the configuration.

Returns:

  • (String)


309
310
311
312
313
314
# File 'lib/aws-sdk-s3tables/types.rb', line 309

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