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:



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.

Returns:

  • (::String)


10531
10532
10533
# File 'sig/types.rbs', line 10531

def image_content_alt_text
  @image_content_alt_text
end

#interactionsTypes::ImageInteractionOptions

Returns the value of attribute interactions.



10532
10533
10534
# File 'sig/types.rbs', line 10532

def interactions
  @interactions
end

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

Returns:

  • (::String)


10527
10528
10529
# File 'sig/types.rbs', line 10527

def sheet_image_id
  @sheet_image_id
end

#sourceTypes::SheetImageSource

Returns the value of attribute source.



10528
10529
10530
# File 'sig/types.rbs', line 10528

def source
  @source
end

#tooltipTypes::SheetImageTooltipConfiguration

Returns the value of attribute tooltip.



10530
10531
10532
# File 'sig/types.rbs', line 10530

def tooltip
  @tooltip
end