TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resource to tag.

    Declaration

    Swift

    public let resourceArn: String
  • A list of key-value pairs that contain metadata for the resource. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

    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