Class: Aws::Types::UserProfileDetails

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

Defined Under Namespace

Classes: Iam, Sso, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iamTypes::IamUserProfileDetails

Returns the value of attribute iam.



6968
6969
6970
# File 'sig/types.rbs', line 6968

def iam
  @iam
end

#ssoTypes::SsoUserProfileDetails

Returns the value of attribute sso.



6969
6970
6971
# File 'sig/types.rbs', line 6969

def sso
  @sso
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6970
6971
6972
# File 'sig/types.rbs', line 6970

def unknown
  @unknown
end