S3Object

public struct S3Object : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The bucket containing the object.

    Declaration

    Swift

    public let bucket: String
  • The etag of the object.

    Declaration

    Swift

    public let etag: String?
  • key

    The key of the object.

    Declaration

    Swift

    public let key: String
  • Undocumented

    Declaration

    Swift

    public init(bucket: String, etag: String? = nil, key: String)
  • Declaration

    Swift

    public func validate(name: String) throws