Class: Aws::S3Tables::Types::GetTableReplicationStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableReplicationStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
Instance Attribute Details
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1006 class GetTableReplicationStatusRequest < Struct.new( :table_arn) SENSITIVE = [] include Aws::Structure end |