TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resouce for which tag(s) should be added or modified.

    Declaration

    Swift

    public let resourceArn: String
  • The new or modifying tag(s) for the resource. See AWS IoT 1-Click Service Limits for the maximum number of tags allowed per resource.

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws