Class: Aws::Mobile::Types::DescribeBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::DescribeBundleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Request structure to request the details of a specific bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
Unique bundle identifier.
Instance Attribute Details
#bundle_id ⇒ String
Unique bundle identifier.
170 171 172 173 174 |
# File 'lib/aws-sdk-mobile/types.rb', line 170 class DescribeBundleRequest < Struct.new( :bundle_id) SENSITIVE = [] include Aws::Structure end |