Class DeleteObjectRequest
Inheritance
DeleteObjectRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class DeleteObjectRequest : ObjectRequestBase, IValidatable, IRequestParameterProvider
Properties
|
Edit this page
View Source
BypassGovernanceRetention
Declaration
public bool? BypassGovernanceRetention { get; set; }
Property Value
|
Edit this page
View Source
IfMatchLastModifiedTime
Declaration
public DateTime? IfMatchLastModifiedTime { get; set; }
Property Value
|
Edit this page
View Source
IfMatchSize
Declaration
public long? IfMatchSize { get; set; }
Property Value
|
Edit this page
View Source
MFA
Declaration
public string MFA { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetRequestParameters()
Declaration
public override IEnumerable<RequestParameter> GetRequestParameters()
Returns
Overrides
Implements
Extension Methods