Class: Aws::Types::UserImportJobType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def completion_date
  @completion_date
end

#completion_message::String

Returns the value of attribute completion_message.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def completion_message
  @completion_message
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def creation_date
  @creation_date
end

#failed_users::Integer

Returns the value of attribute failed_users.

Returns:

  • (::Integer)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def failed_users
  @failed_users
end

#imported_users::Integer

Returns the value of attribute imported_users.

Returns:

  • (::Integer)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def imported_users
  @imported_users
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2415
2416
2417
# File 'sig/types.rbs', line 2415

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def job_name
  @job_name
end

#password_hashing_algorithm"BCRYPT", ...

Returns the value of attribute password_hashing_algorithm.

Returns:

  • ("BCRYPT", "SCRYPT", "ARGON2ID", "PBKDF2_SHA256")


2427
2428
2429
# File 'sig/types.rbs', line 2427

def password_hashing_algorithm
  @password_hashing_algorithm
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def pre_signed_url
  @pre_signed_url
end

#skipped_users::Integer

Returns the value of attribute skipped_users.

Returns:

  • (::Integer)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def skipped_users
  @skipped_users
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def start_date
  @start_date
end

#status"Created", ...

Returns the value of attribute status.

Returns:

  • ("Created", "Pending", "InProgress", "Stopping", "Expired", "Stopped", "Failed", "Succeeded")


2421
2422
2423
# File 'sig/types.rbs', line 2421

def status
  @status
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def user_pool_id
  @user_pool_id
end