Class: Aws::DeviceFarm::Types::GetDeviceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetDeviceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the result of a get device request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ Types::Device
An object that contains information about the requested device.
Instance Attribute Details
#device ⇒ Types::Device
An object that contains information about the requested device.
1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 1859 class GetDeviceResult < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |