Class: Aws::Types::PromotionalEmbeddedVideo
- Inherits:
-
Object
- Object
- Aws::Types::PromotionalEmbeddedVideo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#preview ⇒ ::String
Returns the value of attribute preview.
-
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
587 588 589 |
# File 'sig/types.rbs', line 587 def description @description end |
#preview ⇒ ::String
Returns the value of attribute preview.
585 586 587 |
# File 'sig/types.rbs', line 585 def preview @preview end |
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
586 587 588 |
# File 'sig/types.rbs', line 586 def thumbnail @thumbnail end |
#title ⇒ ::String
Returns the value of attribute title.
583 584 585 |
# File 'sig/types.rbs', line 583 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
584 585 586 |
# File 'sig/types.rbs', line 584 def url @url end |