Class: Aws::Types::RcsCardContent

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)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def description
  @description
end

#media ⇒ Types::RcsCardMedia

Returns the value of attribute media.

Returns:



1565
1566
1567
# File 'sig/types.rbs', line 1565

def media
  @media
end

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

Returns the value of attribute suggestions.

Returns:



1566
1567
1568
# File 'sig/types.rbs', line 1566

def suggestions
  @suggestions
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def title
  @title
end