Class: Aws::Connect::Types::WorkspaceAssociationSearchSummary

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

Overview

Contains summary information about a workspace association with a user or routing profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the associated resource.

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the associated resource (user or routing profile).

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the associated resource.

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource associated with the workspace. Valid values are: USER and ROUTING_PROFILE.

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_arnString

The Amazon Resource Name (ARN) of the workspace.

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the workspace.

Returns:

  • (String)


35365
35366
35367
35368
35369
35370
35371
35372
35373
35374
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35365

class WorkspaceAssociationSearchSummary < Struct.new(
  :workspace_id,
  :workspace_arn,
  :resource_id,
  :resource_arn,
  :resource_type,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end