Class: Aws::Types::RcsContent
- Inherits:
-
Object
- Object
- Aws::Types::RcsContent
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Carousel, FileMessage, RichCard, TextMessage, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carousel ⇒ Types::RcsCarousel
Returns the value of attribute carousel.
-
#file_message ⇒ Types::RcsFileMessage
Returns the value of attribute file_message.
-
#rich_card ⇒ Types::RcsStandaloneCard
Returns the value of attribute rich_card.
-
#text_message ⇒ Types::RcsTextMessage
Returns the value of attribute text_message.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#carousel ⇒ Types::RcsCarousel
Returns the value of attribute carousel.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def carousel @carousel end |
#file_message ⇒ Types::RcsFileMessage
Returns the value of attribute file_message.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def end |
#rich_card ⇒ Types::RcsStandaloneCard
Returns the value of attribute rich_card.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def rich_card @rich_card end |
#text_message ⇒ Types::RcsTextMessage
Returns the value of attribute text_message.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def unknown @unknown end |