Class: Aws::Types::RcsCardMedia
- Inherits:
-
Object
- Object
- Aws::Types::RcsCardMedia
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_url ⇒ ::String
Returns the value of attribute file_url.
-
#height ⇒ ::String
Returns the value of attribute height.
-
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
Instance Attribute Details
#file_url ⇒ ::String
Returns the value of attribute file_url.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def file_url @file_url end |
#height ⇒ ::String
Returns the value of attribute height.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def height @height end |
#thumbnail_url ⇒ ::String
Returns the value of attribute thumbnail_url.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def thumbnail_url @thumbnail_url end |