Class: Aws::Types::AuthenticationMethodItem
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationMethodItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_method ⇒ Types::AuthenticationMethod
Returns the value of attribute authentication_method.
-
#authentication_method_type ⇒ "IAM"
Returns the value of attribute authentication_method_type.
Instance Attribute Details
#authentication_method ⇒ Types::AuthenticationMethod
Returns the value of attribute authentication_method.
151 152 153 |
# File 'sig/types.rbs', line 151 def authentication_method @authentication_method end |
#authentication_method_type ⇒ "IAM"
Returns the value of attribute authentication_method_type.
150 151 152 |
# File 'sig/types.rbs', line 150 def authentication_method_type @authentication_method_type end |