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:



4933
4934
4935
4936
4937
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4933

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