Class: Aws::QuickSight::Types::ImageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The logo image configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::ImageSource
The source of the image.
Instance Attribute Details
#source ⇒ Types::ImageSource
The source of the image.
18641 18642 18643 18644 18645 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18641 class ImageConfiguration < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |