Field

public struct Field : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The field identifier.

    Declaration

    Swift

    public let key: String
  • The field value, expressed as the identifier of another object.

    Declaration

    Swift

    public let refValue: String?
  • The field value, expressed as a String.

    Declaration

    Swift

    public let stringValue: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String, refValue: String? = nil, stringValue: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws