Class: Aws::Types::RcsCardMedia

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_url::String

Returns the value of attribute file_url.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def file_url
  @file_url
end

#height::String

Returns the value of attribute height.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def height
  @height
end

#thumbnail_url::String

Returns the value of attribute thumbnail_url.

Returns:

  • (::String)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def thumbnail_url
  @thumbnail_url
end