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)


47
48
49
# File 'sig/types.rbs', line 47

def password_count
  @password_count
end

#type ⇒ "password", ...

Returns the value of attribute type.

Returns:

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


46
47
48
# File 'sig/types.rbs', line 46

def type
  @type
end