Class: Aws::Types::AuthenticationMode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#passwords::Array[::String]

Returns the value of attribute passwords.

Returns:

  • (::Array[::String])


34
35
36
# File 'sig/types.rbs', line 34

def passwords
  @passwords
end

#type"password", ...

Returns the value of attribute type.

Returns:

  • ("password", "no-password-required", "iam")


33
34
35
# File 'sig/types.rbs', line 33

def type
  @type
end