TagResourceInput

public struct TagResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the Amazon SWF domain.

    Declaration

    Swift

    public let resourceArn: String
  • The list of tags to add to a domain. Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

    Declaration

    Swift

    public let tags: [ResourceTag]
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, tags: [ResourceTag])
  • Declaration

    Swift

    public func validate(name: String) throws