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.
19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19471 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.
19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19471 class ImageSet < Struct.new( :original, :height_64, :height_32) SENSITIVE = [] include Aws::Structure end |
#original ⇒ Types::Image
The original image.
19471 19472 19473 19474 19475 19476 19477 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19471 class ImageSet < Struct.new( :original, :height_64, :height_32) SENSITIVE = [] include Aws::Structure end |