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)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def description
  @description
end

#mediaTypes::RcsCarouselCardMedia

Returns the value of attribute media.



1555
1556
1557
# File 'sig/types.rbs', line 1555

def media
  @media
end

#suggestions::Array[Types::RcsSuggestedAction]

Returns the value of attribute suggestions.

Returns:



1556
1557
1558
# File 'sig/types.rbs', line 1556

def suggestions
  @suggestions
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def title
  @title
end