Bucket
public struct Bucket : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Date the bucket was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The name of the bucket.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, name: String? = nil)