IS3ListBucketConfigurationsResponse
Interface in AWS.S3
Base response interface for listing bucket configurations.
Ancestors
Properties
ContinuationToken
property ContinuationToken: string
The continuation token specified in the request.
IsTruncated
property IsTruncated: Boolean
Indicates whether the returned list is truncated.
To retrieve the subsequent part use NextContinuationToken in a follow-up request.
NextContinuationToken
property NextContinuationToken: string
A continuation token to use in a follow-up request to retrieve subsequent results.
Only specified is IsTruncated is True.