Class: Aws::S3Tables::Types::GetTableBucketRequest

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.



642
643
644
645
646
# File 'lib/aws-sdk-s3tables/types.rb', line 642

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