EnumerationValue

public struct EnumerationValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Additional values related to the slot type value.

    Declaration

    Swift

    public let synonyms: [String]?
  • The value of the slot type.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(synonyms: [String]? = nil, value: String)
  • Declaration

    Swift

    public func validate(name: String) throws