Class: Aws::Types::PinData

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

Defined Under Namespace

Classes: PinOffset, Unknown, VerificationValue

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pin_offset, :verification_value])

Instance Attribute Summary collapse

Instance Attribute Details

#pin_offset::String

Returns the value of attribute pin_offset.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def pin_offset
  @pin_offset
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


588
589
590
# File 'sig/types.rbs', line 588

def unknown
  @unknown
end

#verification_value::String

Returns the value of attribute verification_value.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def verification_value
  @verification_value
end