Class: Aws::QuickSight::Types::StaticFileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::StaticFileSource
- 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
-
#s3_options ⇒ Types::StaticFileS3SourceOptions
The structure that contains the Amazon S3 location to download the static file from.
-
#url_options ⇒ Types::StaticFileUrlSourceOptions
The structure that contains the URL to download the static file from.
Instance Attribute Details
#s3_options ⇒ Types::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_options ⇒ Types::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 |