Class: Aws::Types::SheetImage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::ImageCustomAction]

Returns the value of attribute actions.

Returns:



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.

Returns:

  • (::String)


10141
10142
10143
# File 'sig/types.rbs', line 10141

def image_content_alt_text
  @image_content_alt_text
end

#interactionsTypes::ImageInteractionOptions

Returns the value of attribute interactions.



10142
10143
10144
# File 'sig/types.rbs', line 10142

def interactions
  @interactions
end

#scalingTypes::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.

Returns:

  • (::String)


10137
10138
10139
# File 'sig/types.rbs', line 10137

def sheet_image_id
  @sheet_image_id
end

#sourceTypes::SheetImageSource

Returns the value of attribute source.



10138
10139
10140
# File 'sig/types.rbs', line 10138

def source
  @source
end

#tooltipTypes::SheetImageTooltipConfiguration

Returns the value of attribute tooltip.



10140
10141
10142
# File 'sig/types.rbs', line 10140

def tooltip
  @tooltip
end