Class: Aws::S3Tables::Types::DeleteTableBucketReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::DeleteTableBucketReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
-
#version_token ⇒ String
A version token from a previous GetTableBucketReplication call.
Instance Attribute Details
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
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_token ⇒ String
A version token from a previous GetTableBucketReplication call. Use this token to ensure you’re deleting the expected version of the configuration.
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 |