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.



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

def iam
  @iam
end

#ssoTypes::SsoUserProfileDetails

Returns the value of attribute sso.



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

def sso
  @sso
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end