class Aws::Mobile::Types::UpdateProjectRequest

Request structure used for requests to update project configuration.

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

data as a hash:

    {
      contents: "data",
      project_id: "ProjectId", # required
    }

@!attribute [rw] contents

ZIP or YAML file which contains project configuration to be updated.
This should be the contents of the file downloaded from the URL
provided in an export project operation.
@return [String]

@!attribute [rw] project_id

Unique project identifier.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mobile-2017-07-01/UpdateProjectRequest AWS API Documentation

Constants

SENSITIVE