Attribute

public struct Attribute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The attribute key.

    Declaration

    Swift

    public let key: String
  • The value assigned to the attribute key.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws