Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#home_directory::String

Returns the value of attribute home_directory.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def home_directory
  @home_directory
end

#home_directory_mappings::Array[Types::HomeDirectoryMapEntry]

Returns the value of attribute home_directory_mappings.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def home_directory_mappings
  @home_directory_mappings
end

#home_directory_type"PATH", "LOGICAL"

Returns the value of attribute home_directory_type.

Returns:

  • ("PATH", "LOGICAL")


173
174
175
# File 'sig/types.rbs', line 173

def home_directory_type
  @home_directory_type
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def policy
  @policy
end

#posix_profileTypes::PosixProfile

Returns the value of attribute posix_profile.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def posix_profile
  @posix_profile
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def role
  @role
end

#server_id::String

Returns the value of attribute server_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def server_id
  @server_id
end

#ssh_public_key_body::String

Returns the value of attribute ssh_public_key_body.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def ssh_public_key_body
  @ssh_public_key_body
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def user_name
  @user_name
end