Class: Aws::QuickSight::Types::StaticFileUrlSourceOptions

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#urlString

The URL to download the static file from.

Returns:

  • (String)


30861
30862
30863
30864
30865
# File 'lib/aws-sdk-quicksight/types.rb', line 30861

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