Class: Aws::QuickSight::Types::S3TablesParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::S3TablesParameters
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The parameters for S3 Tables.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Tables bucket.
Instance Attribute Details
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Tables bucket.
33736 33737 33738 33739 33740 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33736 class S3TablesParameters < Struct.new( :table_bucket_arn) SENSITIVE = [] include Aws::Structure end |