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.
10143 10144 10145 |
# File 'sig/types.rbs', line 10143 def actions @actions end |
#image_content_alt_text ⇒ ::String
Returns the value of attribute image_content_alt_text.
10141 10142 10143 |
# File 'sig/types.rbs', line 10141 def image_content_alt_text @image_content_alt_text end |
#interactions ⇒ Types::ImageInteractionOptions
Returns the value of attribute interactions.
10142 10143 10144 |
# File 'sig/types.rbs', line 10142 def interactions @interactions end |
#scaling ⇒ Types::SheetImageScalingConfiguration
Returns the value of attribute scaling.
10139 10140 10141 |
# File 'sig/types.rbs', line 10139 def scaling @scaling end |
#sheet_image_id ⇒ ::String
Returns the value of attribute sheet_image_id.
10137 10138 10139 |
# File 'sig/types.rbs', line 10137 def sheet_image_id @sheet_image_id end |
#source ⇒ Types::SheetImageSource
Returns the value of attribute source.
10138 10139 10140 |
# File 'sig/types.rbs', line 10138 def source @source end |
#tooltip ⇒ Types::SheetImageTooltipConfiguration
Returns the value of attribute tooltip.
10140 10141 10142 |
# File 'sig/types.rbs', line 10140 def tooltip @tooltip end |