Class: Aws::CognitoIdentityProvider::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetDeviceResponse
- Includes:
- Structure
- Defined in:
- 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.
4556 4557 4558 4559 4560 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4556 class GetDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |