Class: Aws::CognitoIdentityProvider::Types::GetDeviceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Gets the device response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deviceTypes::DeviceType

The device.

Returns:



4842
4843
4844
4845
4846
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4842

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