Class: Aws::Types::GetMFADeviceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certifications::Hash[::String, ::String]

Returns the value of attribute certifications.

Returns:

  • (::Hash[::String, ::String])


805
806
807
# File 'sig/types.rbs', line 805

def certifications
  @certifications
end

#enable_date::Time

Returns the value of attribute enable_date.

Returns:

  • (::Time)


804
805
806
# File 'sig/types.rbs', line 804

def enable_date
  @enable_date
end

#serial_number::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def serial_number
  @serial_number
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def user_name
  @user_name
end