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.
4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4609 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.
4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4609 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.
4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4609 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.
4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4609 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.
4609 4610 4611 4612 4613 4614 4615 4616 4617 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4609 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |