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

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

Overview

The image set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#height_32 ⇒ Types::Image

The image with the height set to 32 pixels.

Returns:



28303
28304
28305
28306
28307
28308
28309
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28303

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

#height_64 ⇒ Types::Image

The image with the height set to 64 pixels.

Returns:



28303
28304
28305
28306
28307
28308
28309
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28303

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

#original ⇒ Types::Image

The original image.

Returns:



28303
28304
28305
28306
28307
28308
28309
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28303

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