Class: Aws::Mobile::Types::DescribeBundleResult

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

Overview

Result structure contains the details of the bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::BundleDetails

The details of the bundle.



184
185
186
187
188
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 184

class DescribeBundleResult < Struct.new(
  :details)
  SENSITIVE = []
  include Aws::Structure
end