Class: Aws::Types::ConfirmDeviceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def access_token
  @access_token
end

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def device_key
  @device_key
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def device_name
  @device_name
end

#device_secret_verifier_configTypes::DeviceSecretVerifierConfigType

Returns the value of attribute device_secret_verifier_config.



546
547
548
# File 'sig/types.rbs', line 546

def device_secret_verifier_config
  @device_secret_verifier_config
end