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 date and time when the item was modified.
Instance Attribute Details
#device_attributes ⇒ Array<Types::AttributeType>
The device attributes.
4317 4318 4319 4320 4321 4322 4323 4324 4325 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4317 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.
4317 4318 4319 4320 4321 4322 4323 4324 4325 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4317 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.
4317 4318 4319 4320 4321 4322 4323 4324 4325 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4317 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.
4317 4318 4319 4320 4321 4322 4323 4324 4325 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4317 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 date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java ‘Date` object.
4317 4318 4319 4320 4321 4322 4323 4324 4325 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4317 class DeviceType < Struct.new( :device_key, :device_attributes, :device_create_date, :device_last_modified_date, :device_last_authenticated_date) SENSITIVE = [] include Aws::Structure end |