class Aws::Mobile::Types::ExportBundleRequest

Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.

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

data as a hash:

    {
      bundle_id: "BundleId", # required
      project_id: "ProjectId",
      platform: "OSX", # accepts OSX, WINDOWS, LINUX, OBJC, SWIFT, ANDROID, JAVASCRIPT
    }

@!attribute [rw] bundle_id

Unique bundle identifier.
@return [String]

@!attribute [rw] project_id

Unique project identifier.
@return [String]

@!attribute [rw] platform

Developer desktop or target application platform.
@return [String]

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

Constants

SENSITIVE