Class: Aws::S3Tables::Types::DeleteTableReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::DeleteTableReplicationRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
-
#version_token ⇒ String
A version token from a previous GetTableReplication call.
Instance Attribute Details
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
363 364 365 366 367 368 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 363 class DeleteTableReplicationRequest < Struct.new( :table_arn, :version_token) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A version token from a previous GetTableReplication call. Use this token to ensure you're deleting the expected version of the configuration.
363 364 365 366 367 368 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 363 class DeleteTableReplicationRequest < Struct.new( :table_arn, :version_token) SENSITIVE = [] include Aws::Structure end |