Class: Aws::QuickSight::Types::ImageSetConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The image set configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#originalTypes::ImageConfiguration

The original image.



19771
19772
19773
19774
19775
# File 'lib/aws-sdk-quicksight/types.rb', line 19771

class ImageSetConfiguration < Struct.new(
  :original)
  SENSITIVE = []
  include Aws::Structure
end