AwsS3ObjectDetails

public struct AwsS3ObjectDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A standard MIME type describing the format of the object data.

    Declaration

    Swift

    public let contentType: String?
  • The opaque identifier assigned by a web server to a specific version of a resource found at a URL.

    Declaration

    Swift

    public let eTag: String?
  • Indicates when the object was last modified. 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 lastModified: String?
  • If the object is stored using server-side encryption, the value of the server-side encryption algorithm used when storing this object in Amazon S3.

    Declaration

    Swift

    public let serverSideEncryption: String?
  • The identifier of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.

    Declaration

    Swift

    public let sSEKMSKeyId: String?
  • The version of the object.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(contentType: String? = nil, eTag: String? = nil, lastModified: String? = nil, serverSideEncryption: String? = nil, sSEKMSKeyId: String? = nil, versionId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws