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:



4794
4795
4796
4797
4798
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4794

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