Class: Aws::Mobile::Types::ExportBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::ExportBundleRequest
- Includes:
- Structure
- Defined in:
- 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
-
#bundle_id ⇒ String
Unique bundle identifier.
-
#platform ⇒ String
Developer desktop or target application platform.
-
#project_id ⇒ String
Unique project identifier.
Instance Attribute Details
#bundle_id ⇒ String
Unique bundle identifier.
243 244 245 246 247 248 249 |
# File 'lib/aws-sdk-mobile/types.rb', line 243 class ExportBundleRequest < Struct.new( :bundle_id, :project_id, :platform) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
Developer desktop or target application platform.
243 244 245 246 247 248 249 |
# File 'lib/aws-sdk-mobile/types.rb', line 243 class ExportBundleRequest < Struct.new( :bundle_id, :project_id, :platform) SENSITIVE = [] include Aws::Structure end |
#project_id ⇒ String
Unique project identifier.
243 244 245 246 247 248 249 |
# File 'lib/aws-sdk-mobile/types.rb', line 243 class ExportBundleRequest < Struct.new( :bundle_id, :project_id, :platform) SENSITIVE = [] include Aws::Structure end |