Class: Aws::CognitoIdentityProvider::Types::NewDeviceMetadataType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The new device metadata type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_group_keyString

The device group key.

Returns:

  • (String)


6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6617

class NewDeviceMetadataType < Struct.new(
  :device_key,
  :device_group_key)
  SENSITIVE = []
  include Aws::Structure
end

#device_keyString

The device key.

Returns:

  • (String)


6617
6618
6619
6620
6621
6622
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6617

class NewDeviceMetadataType < Struct.new(
  :device_key,
  :device_group_key)
  SENSITIVE = []
  include Aws::Structure
end