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.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def description @description end |
#media ⇒ Types::RcsCarouselCardMedia
Returns the value of attribute media.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def media @media end |
#suggestions ⇒ ::Array[Types::RcsSuggestedAction]
Returns the value of attribute suggestions.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def suggestions @suggestions end |
#title ⇒ ::String
Returns the value of attribute title.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def title @title end |