Class: Aws::Mobile::Types::ExportBundleResult

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

Overview

Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#download_urlString

URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.

Returns:

  • (String)


263
264
265
266
267
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 263

class ExportBundleResult < Struct.new(
  :download_url)
  SENSITIVE = []
  include Aws::Structure
end