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
18164 18165 18166 18167 18168 18169 18170 18171 |
# File 'lib/aws-sdk-connect/types.rb', line 18164 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.
18164 18165 18166 18167 18168 18169 18170 18171 |
# File 'lib/aws-sdk-connect/types.rb', line 18164 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`.
18164 18165 18166 18167 18168 18169 18170 18171 |
# File 'lib/aws-sdk-connect/types.rb', line 18164 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.
18164 18165 18166 18167 18168 18169 18170 18171 |
# File 'lib/aws-sdk-connect/types.rb', line 18164 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |