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
- Struct
- Aws::Mobile::Types::UpdateProjectRequest
- 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
-
#contents ⇒ String
ZIP or YAML file which contains project configuration to be updated.
-
#project_id ⇒ String
Unique project identifier.
Instance Attribute Details
#contents ⇒ String
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.
#project_id ⇒ String
Unique project identifier.