S3KeyOutput

public struct S3KeyOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The etag for the object.

    Declaration

    Swift

    public let etag: String?
  • The S3 key.

    Declaration

    Swift

    public let s3Key: String?
  • Undocumented

    Declaration

    Swift

    public init(etag: String? = nil, s3Key: String? = nil)