Class: Aws::QuickSight::Types::Image

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

Overview

The logo image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generated_image_urlString

The URL that points to the generated logo image.

Returns:

  • (String)


18626
18627
18628
18629
18630
18631
# File 'lib/aws-sdk-quicksight/types.rb', line 18626

class Image < Struct.new(
  :source,
  :generated_image_url)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ImageSource

The source of the logo image.

Returns:



18626
18627
18628
18629
18630
18631
# File 'lib/aws-sdk-quicksight/types.rb', line 18626

class Image < Struct.new(
  :source,
  :generated_image_url)
  SENSITIVE = []
  include Aws::Structure
end