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

Class: Aws::Mobile::Types::ExportBundleRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

Unique bundle identifier.

Returns:

  • (String)

    Unique bundle identifier.

#platformString

Developer desktop or target application platform.

Possible values:

  • OSX
  • WINDOWS
  • LINUX
  • OBJC
  • SWIFT
  • ANDROID
  • JAVASCRIPT

Returns:

  • (String)

    Developer desktop or target application platform.

#project_idString

Unique project identifier.

Returns:

  • (String)

    Unique project identifier.