namespace Amazon.Lambda.CloudWatchEvents.S3Events { /// /// This class represents an S3 bucket. /// public class Bucket { /// /// The name of the bucket. /// public string Name { get; set; } } }