Class: Aws::Types::RcsContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Carousel, FileMessage, RichCard, TextMessage, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute carousel.

Returns:



1571
1572
1573
# File 'sig/types.rbs', line 1571

def carousel
  @carousel
end

#file_messageTypes::RcsFileMessage

Returns the value of attribute file_message.



1569
1570
1571
# File 'sig/types.rbs', line 1569

def file_message
  @file_message
end

#rich_cardTypes::RcsStandaloneCard

Returns the value of attribute rich_card.



1570
1571
1572
# File 'sig/types.rbs', line 1570

def rich_card
  @rich_card
end

#text_messageTypes::RcsTextMessage

Returns the value of attribute text_message.



1568
1569
1570
# File 'sig/types.rbs', line 1568

def text_message
  @text_message
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def unknown
  @unknown
end