Class DeleteBucketRequest
Inheritance
DeleteBucketRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class DeleteBucketRequest : IValidatable, IRequestParameterProvider
Properties
|
Edit this page
View Source
Bucket
Required. The name of the bucket to delete.
For directory buckets, use path-style format and naming convention.
Declaration
public string Bucket { get; set; }
Property Value
|
Edit this page
View Source
ExpectedBucketOwner
Optional for general-purpose buckets.
The expected AWS account ID of the bucket owner.
Not supported for directory buckets.
Declaration
public string ExpectedBucketOwner { get; set; }
Property Value
|
Edit this page
View Source
Region
Declaration
public string Region { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetRequestParameters()
Declaration
public IEnumerable<RequestParameter> GetRequestParameters()
Returns
|
Edit this page
View Source
IsValid()
Declaration
Returns
|
Edit this page
View Source
Validate()
Validates the object's parameters and throws if invalid.
Declaration
Implements
Extension Methods