Method: Aws::Pinpoint::Types::SendOTPMessageRequestParameters#code_length

Defined in:
lib/aws-sdk-pinpoint/types.rb

#code_lengthInteger

The number of characters in the generated OTP.

Returns:

  • (Integer)


11509
11510
11511
11512
11513
11514
11515
11516
11517
11518
11519
11520
11521
11522
11523
# File 'lib/aws-sdk-pinpoint/types.rb', line 11509

class SendOTPMessageRequestParameters < Struct.new(
  :allowed_attempts,
  :brand_name,
  :channel,
  :code_length,
  :destination_identity,
  :entity_id,
  :language,
  :origination_identity,
  :reference_id,
  :template_id,
  :validity_period)
  SENSITIVE = []
  include Aws::Structure
end