Class: Aws::CognitoIdentityProvider::Types::AdminGetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminGetDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Gets the device response, as an administrator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ Types::DeviceType
The device.
Instance Attribute Details
#device ⇒ Types::DeviceType
The device.
677 678 679 680 681 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 677 class AdminGetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |