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.



26404
26405
26406
26407
26408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26404

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