Class: Aws::LocationService::Types::AppleApp
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::AppleApp
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Unique identifying information for an Apple app (iOS, macOS, tvOS and watchOS). Consists of an Apple Bundle ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.).
Instance Attribute Details
#bundle_id ⇒ String
The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)
233 234 235 236 237 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 233 class AppleApp < Struct.new( :bundle_id) SENSITIVE = [] include Aws::Structure end |