Class: Aws::Wickr::Types::BatchDeviceSuccessResponseItem

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

Overview

Contains information about a device that was successfully processed in a batch device operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The application ID of the device that was successfully processed.

Returns:

  • (String)


274
275
276
277
278
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 274

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