Class: Aws::QuickSight::Types::SnapshotConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_configurationTypes::SnapshotDestinationConfiguration

A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.



33815
33816
33817
33818
33819
33820
33821
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33815

class SnapshotConfiguration < Struct.new(
  :file_groups,
  :destination_configuration,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#file_groupsArray<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.

Returns:



33815
33816
33817
33818
33819
33820
33821
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33815

class SnapshotConfiguration < Struct.new(
  :file_groups,
  :destination_configuration,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersTypes::Parameters

A list of Quick Sight parameters and the list's override values.

Returns:



33815
33816
33817
33818
33819
33820
33821
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33815

class SnapshotConfiguration < Struct.new(
  :file_groups,
  :destination_configuration,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end