Class: Aws::Types::DisableSsoRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def directory_id
  @directory_id
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def password
  @password
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def user_name
  @user_name
end