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.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
18780 18781 18782 18783 18784 18785 18786 18787 |
# File 'lib/aws-sdk-connect/types.rb', line 18780 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.
18780 18781 18782 18783 18784 18785 18786 18787 |
# File 'lib/aws-sdk-connect/types.rb', line 18780 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.
18780 18781 18782 18783 18784 18785 18786 18787 |
# File 'lib/aws-sdk-connect/types.rb', line 18780 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.
18780 18781 18782 18783 18784 18785 18786 18787 |
# File 'lib/aws-sdk-connect/types.rb', line 18780 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |