Class: Aws::Mobile::Types::ExportBundleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ExportBundleResult
- Includes:
- Structure
- Defined in:
- 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
-
#download_url ⇒ String
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.
Instance Attribute Details
#download_url ⇒ String
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.
263 264 265 266 267 |
# File 'lib/aws-sdk-mobile/types.rb', line 263 class ExportBundleResult < Struct.new( :download_url) SENSITIVE = [] include Aws::Structure end |