Studio constructor

Studio({
  1. AuthMode? authMode,
  2. DateTime? creationTime,
  3. String? defaultS3Location,
  4. String? description,
  5. String? engineSecurityGroupId,
  6. String? name,
  7. String? serviceRole,
  8. String? studioArn,
  9. String? studioId,
  10. List<String>? subnetIds,
  11. List<Tag>? tags,
  12. String? url,
  13. String? userRole,
  14. String? vpcId,
  15. 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,
});