Class: Aws::QuickSight::Types::SnapshotS3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotS3DestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that describes the Amazon S3 settings to use to save the generated dashboard snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_configuration ⇒ Types::S3BucketConfiguration
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
Instance Attribute Details
#bucket_configuration ⇒ Types::S3BucketConfiguration
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
28825 28826 28827 28828 28829 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28825 class SnapshotS3DestinationConfiguration < Struct.new( :bucket_configuration) SENSITIVE = [] include Aws::Structure end |