Class: Aws::QuickSight::Types::S3TablesParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The parameters for S3 Tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_bucket_arnString

The Amazon Resource Name (ARN) of the S3 Tables bucket.

Returns:

  • (String)


33736
33737
33738
33739
33740
# File 'lib/aws-sdk-quicksight/types.rb', line 33736

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