Studio constructor
Studio({
- AuthMode? authMode,
- DateTime? creationTime,
- String? defaultS3Location,
- String? description,
- String? engineSecurityGroupId,
- String? name,
- String? serviceRole,
- String? studioArn,
- String? studioId,
- List<
String> ? subnetIds, - List<
Tag> ? tags, - String? url,
- String? userRole,
- String? vpcId,
- String? workspaceSecurityGroupId,
Implementation
Studio({
this.authMode,
this.creationTime,
this.defaultS3Location,
this.description,
this.engineSecurityGroupId,
this.name,
this.serviceRole,
this.studioArn,
this.studioId,
this.subnetIds,
this.tags,
this.url,
this.userRole,
this.vpcId,
this.workspaceSecurityGroupId,
});