- Navigation Guide
@aws-sdk/client-snowball
CreateClusterCommandOutput Interface
The output of CreateClusterCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ClusterId | string | undefined | The automatically generated ID for a cluster. |
JobListEntries | JobListEntry[] | undefined | List of jobs created for this cluster. For syntax, see ListJobsResult$JobListEntries in this guide. |
Full Signature
export interface CreateClusterCommandOutput extends CreateClusterResult, MetadataBearer