Class: Aws::CognitoIdentityProvider::Types::DeviceType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeviceType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The device type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_attributes ⇒ Array<Types::AttributeType>
The device attributes.
-
#device_create_date ⇒ Time
The creation date of the device.
-
#device_key ⇒ String
The device key.
-
#device_last_authenticated_date ⇒ Time
The date when the device was last authenticated.
-
#device_last_modified_date ⇒ Time
The last modified date of the device.
Instance Attribute Details
#device_attributes ⇒ Array<Types::AttributeType>
The device attributes.
3892 3893 3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3892 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |
#device_create_date ⇒ Time
The creation date of the device.
3892 3893 3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3892 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |
#device_key ⇒ String
The device key.
3892 3893 3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3892 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |
#device_last_authenticated_date ⇒ Time
The date when the device was last authenticated.
3892 3893 3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3892 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |
#device_last_modified_date ⇒ Time
The last modified date of the device.
3892 3893 3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3892 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |