Class: Aws::CognitoIdentityProvider::Types::NewDeviceMetadataType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::NewDeviceMetadataType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The new device metadata type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_group_key ⇒ String
The device group key.
-
#device_key ⇒ String
The device key.
Instance Attribute Details
#device_group_key ⇒ String
The device group key.
6800 6801 6802 6803 6804 6805 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6800 class NewDeviceMetadataType < Struct.new( :device_key, :device_group_key) SENSITIVE = [] include Aws::Structure end |
#device_key ⇒ String
The device key.
6800 6801 6802 6803 6804 6805 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6800 class NewDeviceMetadataType < Struct.new( :device_key, :device_group_key) SENSITIVE = [] include Aws::Structure end |