TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The function’s Amazon Resource Name (ARN).

    Declaration

    Swift

    public let resource: String
  • A list of tags to apply to the function.

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws