DescribeLocationS3Response
public struct DescribeLocationS3Response : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time that the Amazon S3 bucket location was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
Declaration
Swift
public let locationArn: String?
-
The URL of the Amazon S3 location that was described.
Declaration
Swift
public let locationUri: String?
-
Undocumented
Declaration
Swift
public let s3Config: S3Config?
-
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
Declaration
Swift
public let s3StorageClass: S3StorageClass?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, locationArn: String? = nil, locationUri: String? = nil, s3Config: S3Config? = nil, s3StorageClass: S3StorageClass? = nil)