Class: Aws::Types::Authentication

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_count::Integer

Returns the value of attribute password_count.

Returns:

  • (::Integer)


28
29
30
# File 'sig/types.rbs', line 28

def password_count
  @password_count
end

#type"password", ...

Returns the value of attribute type.

Returns:

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


27
28
29
# File 'sig/types.rbs', line 27

def type
  @type
end