Class: Aws::QuickSight::Types::SheetImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetImage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An image that is located on a sheet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::ImageCustomAction>
A list of custom actions that are configured for an image.
-
#image_content_alt_text ⇒ String
The alt text for the image.
-
#interactions ⇒ Types::ImageInteractionOptions
The general image interactions setup for an image.
-
#scaling ⇒ Types::SheetImageScalingConfiguration
Determines how the image is scaled.
-
#sheet_image_id ⇒ String
The ID of the sheet image.
-
#source ⇒ Types::SheetImageSource
The source of the image.
-
#tooltip ⇒ Types::SheetImageTooltipConfiguration
The tooltip to be shown when hovering over the image.
Instance Attribute Details
#actions ⇒ Array<Types::ImageCustomAction>
A list of custom actions that are configured for an image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#image_content_alt_text ⇒ String
The alt text for the image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::ImageInteractionOptions
The general image interactions setup for an image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#scaling ⇒ Types::SheetImageScalingConfiguration
Determines how the image is scaled.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#sheet_image_id ⇒ String
The ID of the sheet image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::SheetImageSource
The source of the image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::SheetImageTooltipConfiguration
The tooltip to be shown when hovering over the image.
29547 29548 29549 29550 29551 29552 29553 29554 29555 29556 29557 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29547 class SheetImage < Struct.new( :sheet_image_id, :source, :scaling, :tooltip, :image_content_alt_text, :interactions, :actions) SENSITIVE = [] include Aws::Structure end |