Class: Aws::Connect::Types::ImportWorkspaceMediaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ImportWorkspaceMediaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#media_source ⇒ String
The media source.
-
#media_type ⇒ String
The type of media.
-
#workspace_id ⇒ String
The identifier of the workspace.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
21109 21110 21111 21112 21113 21114 21115 21116 |
# File 'lib/aws-sdk-connect/types.rb', line 21109 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |
#media_source ⇒ String
The media source. Can be an S3 presigned URL or a base64-encoded string.
21109 21110 21111 21112 21113 21114 21115 21116 |
# File 'lib/aws-sdk-connect/types.rb', line 21109 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |
#media_type ⇒ String
The type of media. Valid values are: IMAGE_LOGO_FAVICON and
IMAGE_LOGO_HORIZONTAL.
21109 21110 21111 21112 21113 21114 21115 21116 |
# File 'lib/aws-sdk-connect/types.rb', line 21109 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
21109 21110 21111 21112 21113 21114 21115 21116 |
# File 'lib/aws-sdk-connect/types.rb', line 21109 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |