S3Location

public struct S3Location : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon S3 bucket where the data is located.

    Declaration

    Swift

    public let s3Bucket: String?
  • The Amazon S3 key where the data is located.

    Declaration

    Swift

    public let s3Key: String?
  • Undocumented

    Declaration

    Swift

    public init(s3Bucket: String? = nil, s3Key: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws