Class: Aws::Connect::Types::WorkspaceAssociationSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceAssociationSearchSummary
- Includes:
- Structure
- Defined in:
- 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.
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 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).
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 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.
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 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.
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 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.
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 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.
41433 41434 41435 41436 41437 41438 41439 41440 41441 41442 |
# File 'lib/aws-sdk-connect/types.rb', line 41433 class WorkspaceAssociationSearchSummary < Struct.new( :workspace_id, :workspace_arn, :resource_id, :resource_arn, :resource_type, :resource_name) SENSITIVE = [] include Aws::Structure end |