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)


24081
24082
24083
24084
24085
24086
# File 'lib/aws-sdk-quicksight/types.rb', line 24081

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

#sourceTypes::ImageSource

The source of the logo image.

Returns:



24081
24082
24083
24084
24085
24086
# File 'lib/aws-sdk-quicksight/types.rb', line 24081

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