Class: Aws::Wickr::Types::BatchDeviceSuccessResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchDeviceSuccessResponseItem
- 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
-
#app_id ⇒ String
The application ID of the device that was successfully processed.
Instance Attribute Details
#app_id ⇒ String
The application ID of the device that was successfully processed.
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 |