Class: Aws::Types::PromotionalEmbeddedImage
- Inherits:
-
Object
- Object
- Aws::Types::PromotionalEmbeddedImage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
578 579 580 |
# File 'sig/types.rbs', line 578 def description @description end |
#title ⇒ ::String
Returns the value of attribute title.
576 577 578 |
# File 'sig/types.rbs', line 576 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
577 578 579 |
# File 'sig/types.rbs', line 577 def url @url end |