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.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def carousel @carousel end |
#file_message ⇒ Types::RcsFileMessage
Returns the value of attribute file_message.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def @file_message end |
#rich_card ⇒ Types::RcsStandaloneCard
Returns the value of attribute rich_card.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def rich_card @rich_card end |
#text_message ⇒ Types::RcsTextMessage
Returns the value of attribute text_message.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def @text_message end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def unknown @unknown end |