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)


19328
19329
19330
19331
19332
19333
# File 'lib/aws-sdk-quicksight/types.rb', line 19328

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

#sourceTypes::ImageSource

The source of the logo image.

Returns:



19328
19329
19330
19331
19332
19333
# File 'lib/aws-sdk-quicksight/types.rb', line 19328

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