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.
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.
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.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def image_scaling @image_scaling end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def interactions @interactions end |