Class: Aws::Types::UserProfileSummary

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.



6986
6987
6988
# File 'sig/types.rbs', line 6986

def details
  @details
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6982
6983
6984
# File 'sig/types.rbs', line 6982

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6983
6984
6985
# File 'sig/types.rbs', line 6983

def id
  @id
end

#status"ASSIGNED", ...

Returns the value of attribute status.

Returns:

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


6985
6986
6987
# File 'sig/types.rbs', line 6985

def status
  @status
end

#type"IAM", "SSO"

Returns the value of attribute type.

Returns:

  • ("IAM", "SSO")


6984
6985
6986
# File 'sig/types.rbs', line 6984

def type
  @type
end