Method: Aws::QuickSight::Types::ImageConfiguration#source
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#source ⇒ Types::ImageSource
The source of the image.
19873 19874 19875 19876 19877 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19873 class ImageConfiguration < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |