CreateFeatureGroupResponse constructor

CreateFeatureGroupResponse({
  1. required String featureGroupArn,
})

Implementation

CreateFeatureGroupResponse({
  required this.featureGroupArn,
});