Class: Aws::Connect::Types::DeleteWorkspaceMediaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteWorkspaceMediaRequest
- 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_type ⇒ String
The type of media to delete.
-
#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
9085 9086 9087 9088 9089 9090 9091 |
# File 'lib/aws-sdk-connect/types.rb', line 9085 class DeleteWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type) SENSITIVE = [] include Aws::Structure end |
#media_type ⇒ String
The type of media to delete. Valid values are: ‘IMAGE_LOGO_FAVICON` and `IMAGE_LOGO_HORIZONTAL`.
9085 9086 9087 9088 9089 9090 9091 |
# File 'lib/aws-sdk-connect/types.rb', line 9085 class DeleteWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
9085 9086 9087 9088 9089 9090 9091 |
# File 'lib/aws-sdk-connect/types.rb', line 9085 class DeleteWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type) SENSITIVE = [] include Aws::Structure end |