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)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def description
  @description
end

#mediaTypes::RcsCardMedia

Returns the value of attribute media.

Returns:



1534
1535
1536
# File 'sig/types.rbs', line 1534

def media
  @media
end

#suggestions::Array[Types::RcsSuggestedAction]

Returns the value of attribute suggestions.

Returns:



1535
1536
1537
# File 'sig/types.rbs', line 1535

def suggestions
  @suggestions
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def title
  @title
end