Class: Aws::Mobile::Types::BundleDetails

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

Overview

The details of the bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#available_platformsArray<String>

Developer desktop or mobile app or website platforms.

Returns:

  • (Array<String>)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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_idString

Unique bundle identifier.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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

#descriptionString

Description of the download bundle.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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_urlString

Icon for the download bundle.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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

#titleString

Title of the download bundle.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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

#versionString

Version of the download bundle.

Returns:

  • (String)


70
71
72
73
74
75
76
77
78
79
# File 'gems/aws-sdk-mobile/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