Class: Aws::Mobile::Types::ExportBundleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ExportBundleResult
- 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
-
#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.
304 305 306 307 308 |
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 304 class ExportBundleResult < Struct.new( :download_url) SENSITIVE = [] include Aws::Structure end |