Class: Aws::LocationService::Types::AppleApp

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bundle_idString

The unique identifier of the app across all Apple platforms (iOS, macOS, tvOS, watchOS, etc.)

Returns:

  • (String)


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