AwsS3BucketDetails
public struct AwsS3BucketDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates when the S3 bucket was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let createdAt: String?
-
The canonical user ID of the owner of the S3 bucket.
Declaration
Swift
public let ownerId: String?
-
The display name of the owner of the S3 bucket.
Declaration
Swift
public let ownerName: String?
-
The encryption rules that are applied to the S3 bucket.
Declaration
Swift
public let serverSideEncryptionConfiguration: AwsS3BucketServerSideEncryptionConfiguration?
-
Undocumented
Declaration
Swift
public init(createdAt: String? = nil, ownerId: String? = nil, ownerName: String? = nil, serverSideEncryptionConfiguration: AwsS3BucketServerSideEncryptionConfiguration? = nil)
-
Declaration
Swift
public func validate(name: String) throws