Class: Aws::MPA::Types::MfaMethod

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

MFA configuration and sycnronization status for an approver

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_statusString

Indicates if the approver's MFA device is in-sync with the Identity Source

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1644

class MfaMethod < Struct.new(
  :type,
  :sync_status)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of MFA configuration used by the approver

Returns:

  • (String)


1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1644

class MfaMethod < Struct.new(
  :type,
  :sync_status)
  SENSITIVE = []
  include Aws::Structure
end