Class: Aws::S3Tables::Types::GetTableReplicationRequest

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_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


974
975
976
977
978
# File 'lib/aws-sdk-s3tables/types.rb', line 974

class GetTableReplicationRequest < Struct.new(
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end