CreateSAMLProviderResponse constructor

CreateSAMLProviderResponse({
  1. String? sAMLProviderArn,
})

Implementation

CreateSAMLProviderResponse({
  this.sAMLProviderArn,
});