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])


53
54
55
# File 'sig/types.rbs', line 53

def passwords
  @passwords
end

#type ⇒ "password", "iam"

Returns the value of attribute type.

Returns:

  • ("password", "iam")


52
53
54
# File 'sig/types.rbs', line 52

def type
  @type
end