PutLabelRequest

public struct PutLabelRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The label description.

    Declaration

    Swift

    public let description: String?
  • The label name.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws