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:



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 file_message
  @file_message
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 text_message
  @text_message
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def unknown
  @unknown
end