Class: Aws::Types::DashDvbFontDownload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#font_family::String

Returns the value of attribute font_family.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def font_family
  @font_family
end

#mime_type::String

Returns the value of attribute mime_type.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def mime_type
  @mime_type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def url
  @url
end