Class: Aws::Mobile::Types::DescribeBundleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::DescribeBundleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Result structure contains the details of the bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::BundleDetails
The details of the bundle.
Instance Attribute Details
#details ⇒ Types::BundleDetails
The details of the bundle.
184 185 186 187 188 |
# File 'lib/aws-sdk-mobile/types.rb', line 184 class DescribeBundleResult < Struct.new( :details) SENSITIVE = [] include Aws::Structure end |