TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the resource to which to add metadata tags. Required.

    Declaration

    Swift

    public let arn: String
  • The tags to be added to the specified resource. Do not provide system tags. Required.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(arn: String, tags: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws