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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

Unique bundle identifier.

Returns:

  • (String)


243
244
245
246
247
248
249
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 243

class ExportBundleRequest < Struct.new(
  :bundle_id,
  :project_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

Developer desktop or target application platform.

Returns:

  • (String)


243
244
245
246
247
248
249
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 243

class ExportBundleRequest < Struct.new(
  :bundle_id,
  :project_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

Unique project identifier.

Returns:

  • (String)


243
244
245
246
247
248
249
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 243

class ExportBundleRequest < Struct.new(
  :bundle_id,
  :project_id,
  :platform)
  SENSITIVE = []
  include Aws::Structure
end