Class: Aws::QuickSight::Types::ImageSet

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

Overview

The image set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#height_32Types::Image

The image with the height set to 32 pixels.

Returns:



18663
18664
18665
18666
18667
18668
18669
# File 'lib/aws-sdk-quicksight/types.rb', line 18663

class ImageSet < Struct.new(
  :original,
  :height_64,
  :height_32)
  SENSITIVE = []
  include Aws::Structure
end

#height_64Types::Image

The image with the height set to 64 pixels.

Returns:



18663
18664
18665
18666
18667
18668
18669
# File 'lib/aws-sdk-quicksight/types.rb', line 18663

class ImageSet < Struct.new(
  :original,
  :height_64,
  :height_32)
  SENSITIVE = []
  include Aws::Structure
end

#originalTypes::Image

The original image.

Returns:



18663
18664
18665
18666
18667
18668
18669
# File 'lib/aws-sdk-quicksight/types.rb', line 18663

class ImageSet < Struct.new(
  :original,
  :height_64,
  :height_32)
  SENSITIVE = []
  include Aws::Structure
end