Class: Aws::Connect::Types::MediaItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Contains information about a media asset used in a workspace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source URL or data for the media asset.

Returns:

  • (String)


23491
23492
23493
23494
23495
23496
# File 'lib/aws-sdk-connect/types.rb', line 23491

class MediaItem < Struct.new(
  :type,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of media. Valid values are: ‘IMAGE_LOGO_FAVICON` and `IMAGE_LOGO_HORIZONTAL`.

Returns:

  • (String)


23491
23492
23493
23494
23495
23496
# File 'lib/aws-sdk-connect/types.rb', line 23491

class MediaItem < Struct.new(
  :type,
  :source)
  SENSITIVE = []
  include Aws::Structure
end