class Aws::Glue::Types::ResourceUri

The URIs for function resources.

@note When making an API call, you may pass ResourceUri

data as a hash:

    {
      resource_type: "JAR", # accepts JAR, FILE, ARCHIVE
      uri: "URI",
    }

@!attribute [rw] resource_type

The type of the resource.
@return [String]

@!attribute [rw] uri

The URI for accessing the resource.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ResourceUri AWS API Documentation

Constants

SENSITIVE