You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Mobile::Types::UpdateProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Request structure used for requests to update project configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#contentsString

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.

Returns:

  • (String)

    ZIP or YAML file which contains project configuration to be updated.

#project_idString

Unique project identifier.

Returns:

  • (String)

    Unique project identifier.