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

Class: Aws::Mobile::Types::CreateProjectRequest

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

Overview

Note:

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

{
  name: "ProjectName",
  region: "ProjectRegion",
  contents: "data",
  snapshot_id: "SnapshotId",
}

Request structure used to request a project be created.

Instance Attribute Summary collapse

Instance Attribute Details

#contentsString

ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.

Returns:

  • (String)

    ZIP or YAML file which contains configuration settings to be used when creating the project.

#nameString

Name of the project.

Returns:

  • (String)

    Name of the project.

#regionString

Default region where project resources should be created.

Returns:

  • (String)

    Default region where project resources should be created.

#snapshot_idString

Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.

Returns:

  • (String)

    Unique identifier for an exported snapshot of project configuration.