WorkspaceSearchSummary
Contains summary information about a workspace returned from a search operation.
Contents
- Arn
-
The Amazon Resource Name (ARN) of the workspace.
Type: String
Required: No
- CreatedAt
-
The timestamp when the workspace was created.
Type: Timestamp
Required: No
- Description
-
The description of the workspace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Pattern:
^[\\P{C}\r\n\t]*$Required: No
- Id
-
The unique identifier of the workspace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- Name
-
The name of the workspace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
.*\\S.*Required: No
- Tags
-
The tags associated with the workspace.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$Value Length Constraints: Maximum length of 256.
Required: No
- Title
-
The title displayed for the workspace.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 127.
Pattern:
^[\\P{C}]*$Required: No
- Visibility
-
The visibility setting of the workspace.
Type: String
Valid Values:
ALL | ASSIGNED | NONERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: