Class: Aws::QuickSight::Types::SnapshotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Describes the configuration of the dashboard snapshot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::SnapshotDestinationConfiguration
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
-
#file_groups ⇒ Array<Types::SnapshotFileGroup>
A list of
SnapshotJobResultFileGroupobjects that contain information about the snapshot that is generated. -
#parameters ⇒ Types::Parameters
A list of Quick Sight parameters and the list's override values.
Instance Attribute Details
#destination_configuration ⇒ Types::SnapshotDestinationConfiguration
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
34601 34602 34603 34604 34605 34606 34607 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34601 class SnapshotConfiguration < Struct.new( :file_groups, :destination_configuration, :parameters) SENSITIVE = [] include Aws::Structure end |
#file_groups ⇒ Array<Types::SnapshotFileGroup>
A list of SnapshotJobResultFileGroup objects that contain
information about the snapshot that is generated. This list can hold
a maximum of 6 FileGroup configurations.
34601 34602 34603 34604 34605 34606 34607 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34601 class SnapshotConfiguration < Struct.new( :file_groups, :destination_configuration, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::Parameters
A list of Quick Sight parameters and the list's override values.
34601 34602 34603 34604 34605 34606 34607 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34601 class SnapshotConfiguration < Struct.new( :file_groups, :destination_configuration, :parameters) SENSITIVE = [] include Aws::Structure end |