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.
6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6262 class NewDeviceMetadataType < Struct.new( :device_key, :device_group_key) SENSITIVE = [] include Aws::Structure end |
#device_key ⇒ String
The device key.
6262 6263 6264 6265 6266 6267 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6262 class NewDeviceMetadataType < Struct.new( :device_key, :device_group_key) SENSITIVE = [] include Aws::Structure end |