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.
10175 10176 10177 10178 10179 10180 10181 |
# File 'lib/aws-sdk-connect/types.rb', line 10175 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.
10175 10176 10177 10178 10179 10180 10181 |
# File 'lib/aws-sdk-connect/types.rb', line 10175 class DeleteWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
10175 10176 10177 10178 10179 10180 10181 |
# File 'lib/aws-sdk-connect/types.rb', line 10175 class DeleteWorkspaceMediaRequest < Struct.new( :instance_id, :workspace_id, :media_type) SENSITIVE = [] include Aws::Structure end |