Class: Aws::Types::AuthenticationMethod

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

Defined Under Namespace

Classes: Iam, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iamTypes::IamAuthenticationMethod

Returns the value of attribute iam.



139
140
141
# File 'sig/types.rbs', line 139

def iam
  @iam
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


140
141
142
# File 'sig/types.rbs', line 140

def unknown
  @unknown
end