Class: Aws::Types::AssetType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def bytes
  @bytes
end

#category"FAVICON_ICO", ...

Returns the value of attribute category.

Returns:

  • ("FAVICON_ICO", "FAVICON_SVG", "EMAIL_GRAPHIC", "SMS_GRAPHIC", "AUTH_APP_GRAPHIC", "PASSWORD_GRAPHIC", "PASSKEY_GRAPHIC", "PAGE_HEADER_LOGO", "PAGE_HEADER_BACKGROUND", "PAGE_FOOTER_LOGO", "PAGE_FOOTER_BACKGROUND", "PAGE_BACKGROUND", "FORM_BACKGROUND", "FORM_LOGO", "IDP_BUTTON_ICON")


418
419
420
# File 'sig/types.rbs', line 418

def category
  @category
end

#color_mode"LIGHT", ...

Returns the value of attribute color_mode.

Returns:

  • ("LIGHT", "DARK", "DYNAMIC")


419
420
421
# File 'sig/types.rbs', line 419

def color_mode
  @color_mode
end

#extension"ICO", ...

Returns the value of attribute extension.

Returns:

  • ("ICO", "JPEG", "PNG", "SVG", "WEBP")


420
421
422
# File 'sig/types.rbs', line 420

def extension
  @extension
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def resource_id
  @resource_id
end