Class: Aws::Connect::Types::WorkspaceAssociationSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceAssociationSearchSummary
- 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
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the associated resource.
-
#resource_id ⇒ String
The identifier of the associated resource (user or routing profile).
-
#resource_name ⇒ String
The name of the associated resource.
-
#resource_type ⇒ String
The type of resource associated with the workspace.
-
#workspace_arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
-
#workspace_id ⇒ String
The identifier of the workspace.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the associated resource.
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_id ⇒ String
The identifier of the associated resource (user or routing profile).
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_name ⇒ String
The name of the associated resource.
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_type ⇒ String
The type of resource associated with the workspace. Valid values
are: USER and ROUTING_PROFILE.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
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_id ⇒ String
The identifier of the workspace.
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 |