Class: Aws::Connect::Types::UpdateWorkspaceMetadataRequest

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

#descriptionString

The description of the workspace.

Returns:

  • (String)


37805
37806
37807
37808
37809
37810
37811
37812
37813
# File 'lib/aws-sdk-connect/types.rb', line 37805

class UpdateWorkspaceMetadataRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :name,
  :description,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


37805
37806
37807
37808
37809
37810
37811
37812
37813
# File 'lib/aws-sdk-connect/types.rb', line 37805

class UpdateWorkspaceMetadataRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :name,
  :description,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workspace.

Returns:

  • (String)


37805
37806
37807
37808
37809
37810
37811
37812
37813
# File 'lib/aws-sdk-connect/types.rb', line 37805

class UpdateWorkspaceMetadataRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :name,
  :description,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title displayed for the workspace.

Returns:

  • (String)


37805
37806
37807
37808
37809
37810
37811
37812
37813
# File 'lib/aws-sdk-connect/types.rb', line 37805

class UpdateWorkspaceMetadataRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :name,
  :description,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the workspace.

Returns:

  • (String)


37805
37806
37807
37808
37809
37810
37811
37812
37813
# File 'lib/aws-sdk-connect/types.rb', line 37805

class UpdateWorkspaceMetadataRequest < Struct.new(
  :instance_id,
  :workspace_id,
  :name,
  :description,
  :title)
  SENSITIVE = []
  include Aws::Structure
end