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)


2975
2976
2977
# File 'sig/types.rbs', line 2975

def domain_id
  @domain_id
end

#single_sign_on_user_identifier::String

Returns the value of attribute single_sign_on_user_identifier.

Returns:

  • (::String)


2977
2978
2979
# File 'sig/types.rbs', line 2977

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)


2978
2979
2980
# File 'sig/types.rbs', line 2978

def single_sign_on_user_value
  @single_sign_on_user_value
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2979
2980
2981
# File 'sig/types.rbs', line 2979

def tags
  @tags
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


2976
2977
2978
# File 'sig/types.rbs', line 2976

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



2980
2981
2982
# File 'sig/types.rbs', line 2980

def 
  @user_settings
end