Class: Aws::Types::CustomContentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomContentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "IMAGE", "OTHER_EMBEDDED_CONTENT"
Returns the value of attribute content_type.
-
#content_url ⇒ ::String
Returns the value of attribute content_url.
-
#image_scaling ⇒ "FIT_TO_HEIGHT", ...
Returns the value of attribute image_scaling.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
Instance Attribute Details
#content_type ⇒ "IMAGE", "OTHER_EMBEDDED_CONTENT"
Returns the value of attribute content_type.
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.
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.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def image_scaling @image_scaling end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
2725 2726 2727 |
# File 'sig/types.rbs', line 2725 def interactions @interactions end |