Class: Aws::CognitoIdentityProvider::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetDeviceResponse
- 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
-
#device ⇒ Types::DeviceType
The device.
Instance Attribute Details
#device ⇒ Types::DeviceType
The device.
6169 6170 6171 6172 6173 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6169 class GetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |