Class: Aws::Types::VerifyOTPMessageRequestParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_identity::String

Returns the value of attribute destination_identity.

Returns:

  • (::String)


3245
3246
3247
# File 'sig/types.rbs', line 3245

def destination_identity
  @destination_identity
end

#otp::String

Returns the value of attribute otp.

Returns:

  • (::String)


3246
3247
3248
# File 'sig/types.rbs', line 3246

def otp
  @otp
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


3247
3248
3249
# File 'sig/types.rbs', line 3247

def reference_id
  @reference_id
end