Class: Aws::Connect::Types::UpdateWorkspaceMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateWorkspaceMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the workspace.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the workspace.
-
#title ⇒ String
The title displayed for the workspace.
-
#workspace_id ⇒ String
The identifier of the workspace.
Instance Attribute Details
#description ⇒ String
The description of the workspace.
37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/aws-sdk-connect/types.rb', line 37976 class UpdateWorkspaceMetadataRequest < Struct.new( :instance_id, :workspace_id, :name, :description, :title) SENSITIVE = [] include Aws::Structure end |
#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.
37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/aws-sdk-connect/types.rb', line 37976 class UpdateWorkspaceMetadataRequest < Struct.new( :instance_id, :workspace_id, :name, :description, :title) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workspace.
37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/aws-sdk-connect/types.rb', line 37976 class UpdateWorkspaceMetadataRequest < Struct.new( :instance_id, :workspace_id, :name, :description, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title displayed for the workspace.
37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/aws-sdk-connect/types.rb', line 37976 class UpdateWorkspaceMetadataRequest < Struct.new( :instance_id, :workspace_id, :name, :description, :title) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace.
37976 37977 37978 37979 37980 37981 37982 37983 37984 |
# File 'lib/aws-sdk-connect/types.rb', line 37976 class UpdateWorkspaceMetadataRequest < Struct.new( :instance_id, :workspace_id, :name, :description, :title) SENSITIVE = [] include Aws::Structure end |