S3BucketDetail
public struct S3BucketDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the S3 bucket.
Declaration
Swift
public let arn: String?
-
The date and time the bucket was created at.
Declaration
Swift
public let createdAt: TimeStamp?
-
Describes the server side encryption method used in the S3 bucket.
Declaration
Swift
public let defaultServerSideEncryption: DefaultServerSideEncryption?
-
The name of the S3 bucket.
Declaration
Swift
public let name: String?
-
The owner of the S3 bucket.
Declaration
Swift
public let owner: Owner?
-
Describes the public access policies that apply to the S3 bucket.
Declaration
Swift
public let publicAccess: PublicAccess?
-
All tags attached to the S3 bucket
Declaration
Swift
public let tags: [Tag]?
-
Describes whether the bucket is a source or destination bucket.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, defaultServerSideEncryption: DefaultServerSideEncryption? = nil, name: String? = nil, owner: Owner? = nil, publicAccess: PublicAccess? = nil, tags: [Tag]? = nil, type: String? = nil)