Class: Aws::Types::AuthenticationMethod
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationMethod
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::IamAuthenticationMethod
Returns the value of attribute iam.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#iam ⇒ Types::IamAuthenticationMethod
Returns the value of attribute iam.
139 140 141 |
# File 'sig/types.rbs', line 139 def iam @iam end |
#unknown ⇒ Object
Returns the value of attribute unknown.
140 141 142 |
# File 'sig/types.rbs', line 140 def unknown @unknown end |