AddTagsToResourceMessage

public struct AddTagsToResourceMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Neptune resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an Amazon Resource Name (ARN).

    Declaration

    Swift

    public let resourceName: String
  • The tags to be assigned to the Amazon Neptune resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(resourceName: String, tags: [Tag])