Class: Aws::Types::CreateUserProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2992
2993
2994
# File 'sig/types.rbs', line 2992

def domain_id
  @domain_id
end

#single_sign_on_user_identifier::String

Returns the value of attribute single_sign_on_user_identifier.

Returns:

  • (::String)


2994
2995
2996
# File 'sig/types.rbs', line 2994

def single_sign_on_user_identifier
  @single_sign_on_user_identifier
end

#single_sign_on_user_value::String

Returns the value of attribute single_sign_on_user_value.

Returns:

  • (::String)


2995
2996
2997
# File 'sig/types.rbs', line 2995

def single_sign_on_user_value
  @single_sign_on_user_value
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2996
2997
2998
# File 'sig/types.rbs', line 2996

def tags
  @tags
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


2993
2994
2995
# File 'sig/types.rbs', line 2993

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



2997
2998
2999
# File 'sig/types.rbs', line 2997

def 
  @user_settings
end