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.
22506 22507 22508 22509 22510 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22506 class ImageConfiguration < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |