Class: Aws::Types::SendOTPMessageRequestParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_attempts::Integer

Returns the value of attribute allowed_attempts.

Returns:

  • (::Integer)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def allowed_attempts
  @allowed_attempts
end

#brand_name::String

Returns the value of attribute brand_name.

Returns:

  • (::String)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def brand_name
  @brand_name
end

#channel::String

Returns the value of attribute channel.

Returns:

  • (::String)


2742
2743
2744
# File 'sig/types.rbs', line 2742

def channel
  @channel
end

#code_length::Integer

Returns the value of attribute code_length.

Returns:

  • (::Integer)


2743
2744
2745
# File 'sig/types.rbs', line 2743

def code_length
  @code_length
end

#destination_identity::String

Returns the value of attribute destination_identity.

Returns:

  • (::String)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def destination_identity
  @destination_identity
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


2745
2746
2747
# File 'sig/types.rbs', line 2745

def entity_id
  @entity_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


2746
2747
2748
# File 'sig/types.rbs', line 2746

def language
  @language
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


2747
2748
2749
# File 'sig/types.rbs', line 2747

def origination_identity
  @origination_identity
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


2748
2749
2750
# File 'sig/types.rbs', line 2748

def reference_id
  @reference_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2749
2750
2751
# File 'sig/types.rbs', line 2749

def template_id
  @template_id
end

#validity_period::Integer

Returns the value of attribute validity_period.

Returns:

  • (::Integer)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def validity_period
  @validity_period
end