ListBucketAnalyticsConfigurationsOutput
public struct ListBucketAnalyticsConfigurationsOutput : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The list of analytics configurations for a bucket. DeclarationSwift public let analyticsConfigurationList: [AnalyticsConfiguration]?
- 
                  
                  The marker that is used as a starting point for this analytics configuration list response. This value is present if it was sent in the request. DeclarationSwift public let continuationToken: String?
- 
                  
                  Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request. DeclarationSwift public let isTruncated: Bool?
- 
                  
                  NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value. DeclarationSwift public let nextContinuationToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(analyticsConfigurationList: [AnalyticsConfiguration]? = nil, continuationToken: String? = nil, isTruncated: Bool? = nil, nextContinuationToken: String? = nil)
 View on GitHub
View on GitHub ListBucketAnalyticsConfigurationsOutput Structure Reference
        ListBucketAnalyticsConfigurationsOutput Structure Reference