Class: Aws::Types::GetUserProfileOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::UserProfileDetails

Returns the value of attribute details.



3348
3349
3350
# File 'sig/types.rbs', line 3348

def details
  @details
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3345
3346
3347
# File 'sig/types.rbs', line 3345

def id
  @id
end

#status"ASSIGNED", ...

Returns the value of attribute status.

Returns:

  • ("ASSIGNED", "NOT_ASSIGNED", "ACTIVATED", "DEACTIVATED")


3347
3348
3349
# File 'sig/types.rbs', line 3347

def status
  @status
end

#type"IAM", "SSO"

Returns the value of attribute type.

Returns:

  • ("IAM", "SSO")


3346
3347
3348
# File 'sig/types.rbs', line 3346

def type
  @type
end