Class: Aws::Types::RcsCarouselCardContent
- Inherits:
-
Object
- Object
- Aws::Types::RcsCarouselCardContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#media ⇒ Types::RcsCarouselCardMedia
Returns the value of attribute media.
-
#suggestions ⇒ ::Array[Types::RcsSuggestedAction]
Returns the value of attribute suggestions.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def description @description end |
#media ⇒ Types::RcsCarouselCardMedia
Returns the value of attribute media.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def media @media end |
#suggestions ⇒ ::Array[Types::RcsSuggestedAction]
Returns the value of attribute suggestions.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def suggestions @suggestions end |
#title ⇒ ::String
Returns the value of attribute title.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def title @title end |