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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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:



4802
4803
4804
4805
4806
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4802

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