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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-wickr/types.rb', line 274

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