Class: Aws::Types::CustomContentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"IMAGE", "OTHER_EMBEDDED_CONTENT"

Returns the value of attribute content_type.

Returns:

  • ("IMAGE", "OTHER_EMBEDDED_CONTENT")


2854
2855
2856
# File 'sig/types.rbs', line 2854

def content_type
  @content_type
end

#content_url::String

Returns the value of attribute content_url.

Returns:

  • (::String)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def content_url
  @content_url
end

#image_scaling"FIT_TO_HEIGHT", ...

Returns the value of attribute image_scaling.

Returns:

  • ("FIT_TO_HEIGHT", "FIT_TO_WIDTH", "DO_NOT_SCALE", "SCALE_TO_VISUAL")


2855
2856
2857
# File 'sig/types.rbs', line 2855

def image_scaling
  @image_scaling
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



2856
2857
2858
# File 'sig/types.rbs', line 2856

def interactions
  @interactions
end