PutOutcomeRequest

public struct PutOutcomeRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let description: String?
  • The name of the outcome.

    Declaration

    Swift

    public let name: String
  • A collection of key and value pairs.

    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