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)


537
538
539
# File 'sig/types.rbs', line 537

def access_token
  @access_token
end

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def device_key
  @device_key
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def device_name
  @device_name
end

#device_secret_verifier_configTypes::DeviceSecretVerifierConfigType

Returns the value of attribute device_secret_verifier_config.



539
540
541
# File 'sig/types.rbs', line 539

def device_secret_verifier_config
  @device_secret_verifier_config
end