Class: Aws::QuickSight::Types::SnapshotDestinationConfiguration

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

Instance Attribute Details

#s3_destinationsArray<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