TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon Resource Name (ARN) of the license configuration.

    Declaration

    Swift

    public let resourceArn: String
  • One or more tags.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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