Class: Aws::QuickSight::Types::StaticFileSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The source of the static file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_optionsTypes::StaticFileS3SourceOptions

The structure that contains the Amazon S3 location to download the static file from.



30846
30847
30848
30849
30850
30851
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30846

class StaticFileSource < Struct.new(
  :url_options,
  :s3_options)
  SENSITIVE = []
  include Aws::Structure
end

#url_optionsTypes::StaticFileUrlSourceOptions

The structure that contains the URL to download the static file from.



30846
30847
30848
30849
30850
30851
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30846

class StaticFileSource < Struct.new(
  :url_options,
  :s3_options)
  SENSITIVE = []
  include Aws::Structure
end