Class: Aws::Types::PromotionalMedia
- Inherits:
-
Object
- Object
- Aws::Types::PromotionalMedia
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EmbeddedImage, EmbeddedVideo, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embedded_image ⇒ Types::PromotionalEmbeddedImage
Returns the value of attribute embedded_image.
-
#embedded_video ⇒ Types::PromotionalEmbeddedVideo
Returns the value of attribute embedded_video.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#embedded_image ⇒ Types::PromotionalEmbeddedImage
Returns the value of attribute embedded_image.
592 593 594 |
# File 'sig/types.rbs', line 592 def @embedded_image end |
#embedded_video ⇒ Types::PromotionalEmbeddedVideo
Returns the value of attribute embedded_video.
593 594 595 |
# File 'sig/types.rbs', line 593 def @embedded_video end |
#unknown ⇒ Object
Returns the value of attribute unknown.
594 595 596 |
# File 'sig/types.rbs', line 594 def unknown @unknown end |