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.



24044
24045
24046
24047
24048
# File 'lib/aws-sdk-quicksight/types.rb', line 24044

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