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)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def completion_date
  @completion_date
end

#completion_message::String

Returns the value of attribute completion_message.

Returns:

  • (::String)


2458
2459
2460
# File 'sig/types.rbs', line 2458

def completion_message
  @completion_message
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2450
2451
2452
# File 'sig/types.rbs', line 2450

def creation_date
  @creation_date
end

#failed_users::Integer

Returns the value of attribute failed_users.

Returns:

  • (::Integer)


2457
2458
2459
# File 'sig/types.rbs', line 2457

def failed_users
  @failed_users
end

#imported_users::Integer

Returns the value of attribute imported_users.

Returns:

  • (::Integer)


2455
2456
2457
# File 'sig/types.rbs', line 2455

def imported_users
  @imported_users
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2447
2448
2449
# File 'sig/types.rbs', line 2447

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def job_name
  @job_name
end

#password_hashing_algorithm"BCRYPT", ...

Returns the value of attribute password_hashing_algorithm.

Returns:

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


2459
2460
2461
# File 'sig/types.rbs', line 2459

def password_hashing_algorithm
  @password_hashing_algorithm
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def pre_signed_url
  @pre_signed_url
end

#skipped_users::Integer

Returns the value of attribute skipped_users.

Returns:

  • (::Integer)


2456
2457
2458
# File 'sig/types.rbs', line 2456

def skipped_users
  @skipped_users
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def start_date
  @start_date
end

#status"Created", ...

Returns the value of attribute status.

Returns:

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


2453
2454
2455
# File 'sig/types.rbs', line 2453

def status
  @status
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def user_pool_id
  @user_pool_id
end