Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address, :first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#api_access"ENABLED", "DISABLED"

Returns the value of attribute api_access.

Returns:

  • ("ENABLED", "DISABLED")


139
140
141
# File 'sig/types.rbs', line 139

def api_access
  @api_access
end

#api_access_principal_arn::String

Returns the value of attribute api_access_principal_arn.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def api_access_principal_arn
  @api_access_principal_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def client_token
  @client_token
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def email_address
  @email_address
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def last_name
  @last_name
end

#type"SUPER_USER", "APP_USER"

Returns the value of attribute type.

Returns:

  • ("SUPER_USER", "APP_USER")


136
137
138
# File 'sig/types.rbs', line 136

def type
  @type
end