TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let resourceARN: String
  • An array of key:value pairs to associate with the resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws