class Aws::IoTTwinMaker::Types::CreateWorkspaceRequest
@note When making an API call, you may pass CreateWorkspaceRequest
data as a hash: { description: "Description", role: "RoleArn", # required s3_location: "S3Location", # required tags: { "TagKey" => "TagValue", }, workspace_id: "Id", # required }
@!attribute [rw] description
The description of the workspace. @return [String]
@!attribute [rw] role
The ARN of the execution role associated with the workspace. @return [String]
@!attribute [rw] s3_location
The ARN of the S3 bucket where resources associated with the workspace are stored. @return [String]
@!attribute [rw] tags
Metadata that you can use to manage the workspace @return [Hash<String,String>]
@!attribute [rw] workspace_id
The ID of the workspace. @return [String]
Constants
- SENSITIVE