Class: Aws::QuickSight::Types::Image
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Image
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The logo image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generated_image_url ⇒ String
The URL that points to the generated logo image.
-
#source ⇒ Types::ImageSource
The source of the logo image.
Instance Attribute Details
#generated_image_url ⇒ String
The URL that points to the generated logo image.
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 |
#source ⇒ Types::ImageSource
The source of the logo image.
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 |