You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details of the bundle.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#available_platformsArray<String>

Developer desktop or mobile app or website platforms.

Returns:

  • (Array<String>)

    Developer desktop or mobile app or website platforms.

#bundle_idString

Unique bundle identifier.

Returns:

  • (String)

    Unique bundle identifier.

#descriptionString

Description of the download bundle.

Returns:

  • (String)

    Description of the download bundle.

#icon_urlString

Icon for the download bundle.

Returns:

  • (String)

    Icon for the download bundle.

#titleString

Title of the download bundle.

Returns:

  • (String)

    Title of the download bundle.

#versionString

Version of the download bundle.

Returns:

  • (String)

    Version of the download bundle.