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
19238 19239 19240 19241 19242 19243 19244 19245 |
# File 'lib/aws-sdk-connect/types.rb', line 19238 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.
19238 19239 19240 19241 19242 19243 19244 19245 |
# File 'lib/aws-sdk-connect/types.rb', line 19238 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.
19238 19239 19240 19241 19242 19243 19244 19245 |
# File 'lib/aws-sdk-connect/types.rb', line 19238 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.
19238 19239 19240 19241 19242 19243 19244 19245 |
# File 'lib/aws-sdk-connect/types.rb', line 19238 class ImportWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type, :media_source) SENSITIVE = [] include Aws::Structure end |