Skip to content

Commit

Permalink
Update documentation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dhickie committed May 23, 2024
1 parent 4e55cea commit 4f4d719
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class AWSMessagingGatewayConnection : IAmGatewayConfiguration
/// </summary>
/// <param name="credentials">A credentials object for an AWS service</param>
/// <param name="region">The AWS region to connect to</param>
/// <param name="clientConfigAction">An optional action to apply to the configuration of AWS service clients</param>
public AWSMessagingGatewayConnection(AWSCredentials credentials, RegionEndpoint region, Action<ClientConfig> clientConfigAction = null)
{
Credentials = credentials;
Expand Down

0 comments on commit 4f4d719

Please sign in to comment.