Class: Aws::Connect::Types::DeleteWorkspaceMediaRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


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_typeString

The type of media to delete. Valid values are: ‘IMAGE_LOGO_FAVICON` and `IMAGE_LOGO_HORIZONTAL`.

Returns:

  • (String)


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_idString

The identifier of the workspace.

Returns:

  • (String)


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