Class: Aws::Types::RcsCardContent
- Inherits:
-
Object
- Object
- Aws::Types::RcsCardContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#media ⇒ Types::RcsCardMedia
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.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def description @description end |
#media ⇒ Types::RcsCardMedia
Returns the value of attribute media.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def media @media end |
#suggestions ⇒ ::Array[Types::RcsSuggestedAction]
Returns the value of attribute suggestions.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def suggestions @suggestions end |
#title ⇒ ::String
Returns the value of attribute title.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def title @title end |