Class GetBucketInventoryConfigurationRequest
Container for the parameters to the GetInventoryConfigurationRequest operation.
Returns an inventory configuration (identified by the inventory ID) from the bucket.
public class GetBucketInventoryConfigurationRequest : AmazonWebServiceRequest
- Inheritance
-
GetBucketInventoryConfigurationRequest
Constructors
GetBucketInventoryConfigurationRequest()
public GetBucketInventoryConfigurationRequest()
Properties
BucketName
The name of the bucket containing the inventory configuration to retrieve.
public string BucketName { get; set; }
Property Value
ExpectedBucketOwner
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.
public string ExpectedBucketOwner { get; set; }
Property Value
InventoryId
The ID used to identify the inventory configuration.
public string InventoryId { get; set; }