AddTagsToResourceOutput

public struct AddTagsToResourceOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the resource you want to add tags to.

    Declaration

    Swift

    public let resourceARN: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceARN: String? = nil)