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")


2723
2724
2725
# File 'sig/types.rbs', line 2723

def content_type
  @content_type
end

#content_url::String

Returns the value of attribute content_url.

Returns:

  • (::String)


2722
2723
2724
# File 'sig/types.rbs', line 2722

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")


2724
2725
2726
# File 'sig/types.rbs', line 2724

def image_scaling
  @image_scaling
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



2725
2726
2727
# File 'sig/types.rbs', line 2725

def interactions
  @interactions
end