Class: Aws::Mobile::Types::BundleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::BundleDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
The details of the bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_platforms ⇒ Array<String>
Developer desktop or mobile app or website platforms.
-
#bundle_id ⇒ String
Unique bundle identifier.
-
#description ⇒ String
Description of the download bundle.
-
#icon_url ⇒ String
Icon for the download bundle.
-
#title ⇒ String
Title of the download bundle.
-
#version ⇒ String
Version of the download bundle.
Instance Attribute Details
#available_platforms ⇒ Array<String>
Developer desktop or mobile app or website platforms.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |
#bundle_id ⇒ String
Unique bundle identifier.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the download bundle.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |
#icon_url ⇒ String
Icon for the download bundle.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
Title of the download bundle.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version of the download bundle.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/aws-sdk-mobile/types.rb', line 70 class BundleDetails < Struct.new( :bundle_id, :title, :version, :description, :icon_url, :available_platforms) SENSITIVE = [] include Aws::Structure end |