Class: Aws::CognitoIdentityProvider::Types::AdminGetDeviceResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deviceTypes::DeviceType

Details of the requested device. Includes device information, last-accessed and created dates, and the device key.

Returns:



828
829
830
831
832
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 828

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