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.
625 626 627 |
# File 'sig/types.rbs', line 625 def description @description end |
#preview ⇒ ::String
Returns the value of attribute preview.
623 624 625 |
# File 'sig/types.rbs', line 623 def preview @preview end |
#thumbnail ⇒ ::String
Returns the value of attribute thumbnail.
624 625 626 |
# File 'sig/types.rbs', line 624 def thumbnail @thumbnail end |
#title ⇒ ::String
Returns the value of attribute title.
621 622 623 |
# File 'sig/types.rbs', line 621 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
622 623 624 |
# File 'sig/types.rbs', line 622 def url @url end |