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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



30386
30387
30388
30389
30390
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30386

class SnapshotDestinationConfiguration < Struct.new(
  :s3_destinations)
  SENSITIVE = []
  include Aws::Structure
end