Class: Aws::Connect::Types::CreateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
-
#workspace_id ⇒ String
The identifier of the workspace.
Instance Attribute Details
#workspace_arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-connect/types.rb', line 7315 class CreateWorkspaceResponse < Struct.new( :workspace_id, :workspace_arn) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-connect/types.rb', line 7315 class CreateWorkspaceResponse < Struct.new( :workspace_id, :workspace_arn) SENSITIVE = [] include Aws::Structure end |