Class: Aws::Types::RcsStandaloneCard
- Inherits:
-
Object
- Object
- Aws::Types::RcsStandaloneCard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#card_content ⇒ Types::RcsCardContent
Returns the value of attribute card_content.
-
#card_orientation ⇒ ::String
Returns the value of attribute card_orientation.
-
#thumbnail_image_alignment ⇒ ::String
Returns the value of attribute thumbnail_image_alignment.
Instance Attribute Details
#card_content ⇒ Types::RcsCardContent
Returns the value of attribute card_content.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def card_content @card_content end |
#card_orientation ⇒ ::String
Returns the value of attribute card_orientation.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def card_orientation @card_orientation end |
#thumbnail_image_alignment ⇒ ::String
Returns the value of attribute thumbnail_image_alignment.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def thumbnail_image_alignment @thumbnail_image_alignment end |