Class: Aws::QuickSight::Types::SnapshotDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information on the Amazon S3 destinations of the generated snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destinations ⇒ Array<Types::SnapshotS3DestinationConfiguration>
A list of ‘SnapshotS3DestinationConfiguration` objects that contain Amazon S3 destination configurations.
Instance Attribute Details
#s3_destinations ⇒ Array<Types::SnapshotS3DestinationConfiguration>
A list of ‘SnapshotS3DestinationConfiguration` objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 `S3DestinationConfiguration`.
28620 28621 28622 28623 28624 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28620 class SnapshotDestinationConfiguration < Struct.new( :s3_destinations) SENSITIVE = [] include Aws::Structure end |