Class ListBucketInventoryConfigurationsResponse
Returns information about the ListInventoryConfigurationsResponse response and response metadata.
public class ListBucketInventoryConfigurationsResponse : AmazonWebServiceResponse
- Inheritance
-
ListBucketInventoryConfigurationsResponse
Constructors
ListBucketInventoryConfigurationsResponse()
public ListBucketInventoryConfigurationsResponse()
Properties
InventoryConfigurationList
The list of inventory configurations for a bucket.
public List<InventoryConfiguration> InventoryConfigurationList { get; set; }
Property Value
IsTruncated
Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.
public bool IsTruncated { get; set; }
Property Value
NextToken
The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
public string NextToken { get; set; }
Property Value
Token
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
public string Token { get; set; }
Property Value
Methods
IsSetInventoryConfigurationList()
public bool IsSetInventoryConfigurationList()