Class: Aws::Types::CreateUserProfileInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def domain_identifier
  @domain_identifier
end

#session_name::String

Returns the value of attribute session_name.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def session_name
  @session_name
end

#user_identifier::String

Returns the value of attribute user_identifier.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def user_identifier
  @user_identifier
end

#user_type"IAM_USER", ...

Returns the value of attribute user_type.

Returns:

  • ("IAM_USER", "IAM_ROLE", "SSO_USER", "IAM_ROLE_SESSION")


1614
1615
1616
# File 'sig/types.rbs', line 1614

def user_type
  @user_type
end