Class: Aws::Types::ResyncMFADeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_code_1::String

Returns the value of attribute authentication_code_1.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def authentication_code_1
  @authentication_code_1
end

#authentication_code_2::String

Returns the value of attribute authentication_code_2.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def authentication_code_2
  @authentication_code_2
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def serial_number
  @serial_number
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def user_name
  @user_name
end