Class: Aws::Types::RcsCarouselCardContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1585
1586
1587
# File 'sig/types.rbs', line 1585

def description
  @description
end

#media ⇒ Types::RcsCarouselCardMedia

Returns the value of attribute media.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def media
  @media
end

#suggestions ⇒ ::Array[Types::RcsSuggestedAction]

Returns the value of attribute suggestions.

Returns:



1587
1588
1589
# File 'sig/types.rbs', line 1587

def suggestions
  @suggestions
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def title
  @title
end