HttpEndpointCommonAttribute

public struct HttpEndpointCommonAttribute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the HTTP endpoint common attribute.

    Declaration

    Swift

    public let attributeName: String
  • The value of the HTTP endpoint common attribute.

    Declaration

    Swift

    public let attributeValue: String
  • Undocumented

    Declaration

    Swift

    public init(attributeName: String, attributeValue: String)
  • Declaration

    Swift

    public func validate(name: String) throws