Class: Aws::QuickSight::Types::ImageSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImageSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The image set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#height_32 ⇒ Types::Image
The image with the height set to 32 pixels.
-
#height_64 ⇒ Types::Image
The image with the height set to 64 pixels.
-
#original ⇒ Types::Image
The original image.
Instance Attribute Details
#height_32 ⇒ Types::Image
The image with the height set to 32 pixels.
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_64 ⇒ Types::Image
The image with the height set to 64 pixels.
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 |
#original ⇒ Types::Image
The original image.
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 |