Class: Aws::Connect::Types::AssociateWorkspaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateWorkspaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources to associate with the workspace.
-
#workspace_id ⇒ String
The identifier of the workspace.
Instance Attribute Details
#instance_id ⇒ String
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
1467 1468 1469 1470 1471 1472 1473 |
# File 'lib/aws-sdk-connect/types.rb', line 1467 class AssociateWorkspaceRequest < Struct.new( :instance_id, :workspace_id, :resource_arns) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the resources to associate with the workspace. Valid resource types are users and routing profiles.
1467 1468 1469 1470 1471 1472 1473 |
# File 'lib/aws-sdk-connect/types.rb', line 1467 class AssociateWorkspaceRequest < Struct.new( :instance_id, :workspace_id, :resource_arns) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
1467 1468 1469 1470 1471 1472 1473 |
# File 'lib/aws-sdk-connect/types.rb', line 1467 class AssociateWorkspaceRequest < Struct.new( :instance_id, :workspace_id, :resource_arns) SENSITIVE = [] include Aws::Structure end |