class Aws::PrometheusService::Types::CreateWorkspaceRequest
Represents the input of a CreateWorkspace operation.
@note When making an API call, you may pass CreateWorkspaceRequest
data as a hash: { alias: "WorkspaceAlias", client_token: "IdempotencyToken", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] alias
An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique. @return [String]
@!attribute [rw] client_token
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
Optional, user-provided tags for this workspace. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/amp-2020-08-01/CreateWorkspaceRequest AWS API Documentation
Constants
- SENSITIVE