Class: Aws::Types::SheetImage
- Inherits:
-
Object
- Object
- Aws::Types::SheetImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::ImageCustomAction]
Returns the value of attribute actions.
-
#image_content_alt_text ⇒ ::String
Returns the value of attribute image_content_alt_text.
-
#interactions ⇒ Types::ImageInteractionOptions
Returns the value of attribute interactions.
-
#scaling ⇒ Types::SheetImageScalingConfiguration
Returns the value of attribute scaling.
-
#sheet_image_id ⇒ ::String
Returns the value of attribute sheet_image_id.
-
#source ⇒ Types::SheetImageSource
Returns the value of attribute source.
-
#tooltip ⇒ Types::SheetImageTooltipConfiguration
Returns the value of attribute tooltip.
Instance Attribute Details
#actions ⇒ ::Array[Types::ImageCustomAction]
Returns the value of attribute actions.
10533 10534 10535 |
# File 'sig/types.rbs', line 10533 def actions @actions end |
#image_content_alt_text ⇒ ::String
Returns the value of attribute image_content_alt_text.
10531 10532 10533 |
# File 'sig/types.rbs', line 10531 def image_content_alt_text @image_content_alt_text end |
#interactions ⇒ Types::ImageInteractionOptions
Returns the value of attribute interactions.
10532 10533 10534 |
# File 'sig/types.rbs', line 10532 def interactions @interactions end |
#scaling ⇒ Types::SheetImageScalingConfiguration
Returns the value of attribute scaling.
10529 10530 10531 |
# File 'sig/types.rbs', line 10529 def scaling @scaling end |
#sheet_image_id ⇒ ::String
Returns the value of attribute sheet_image_id.
10527 10528 10529 |
# File 'sig/types.rbs', line 10527 def sheet_image_id @sheet_image_id end |
#source ⇒ Types::SheetImageSource
Returns the value of attribute source.
10528 10529 10530 |
# File 'sig/types.rbs', line 10528 def source @source end |
#tooltip ⇒ Types::SheetImageTooltipConfiguration
Returns the value of attribute tooltip.
10530 10531 10532 |
# File 'sig/types.rbs', line 10530 def tooltip @tooltip end |