Class: Aws::Types::CreateUserProfileOutput

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.



1625
1626
1627
# File 'sig/types.rbs', line 1625

def details
  @details
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def id
  @id
end

#status"ASSIGNED", ...

Returns the value of attribute status.

Returns:

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


1624
1625
1626
# File 'sig/types.rbs', line 1624

def status
  @status
end

#type"IAM", "SSO"

Returns the value of attribute type.

Returns:

  • ("IAM", "SSO")


1623
1624
1625
# File 'sig/types.rbs', line 1623

def type
  @type
end