Class: Aws::Connect::Types::MediaItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MediaItem
- 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
-
#source ⇒ String
The source URL or data for the media asset.
-
#type ⇒ String
The type of media.
Instance Attribute Details
#source ⇒ String
The source URL or data for the media asset.
23088 23089 23090 23091 23092 23093 |
# File 'lib/aws-sdk-connect/types.rb', line 23088 class MediaItem < Struct.new( :type, :source) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.
23088 23089 23090 23091 23092 23093 |
# File 'lib/aws-sdk-connect/types.rb', line 23088 class MediaItem < Struct.new( :type, :source) SENSITIVE = [] include Aws::Structure end |