Class: Aws::Types::ParallelDataProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def description
  @description
end

#encryption_keyTypes::EncryptionKey

Returns the value of attribute encryption_key.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def encryption_key
  @encryption_key
end

#failed_record_count::Integer

Returns the value of attribute failed_record_count.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def failed_record_count
  @failed_record_count
end

#imported_data_size::Integer

Returns the value of attribute imported_data_size.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def imported_data_size
  @imported_data_size
end

#imported_record_count::Integer

Returns the value of attribute imported_record_count.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def imported_record_count
  @imported_record_count
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def last_updated_at
  @last_updated_at
end

#latest_update_attempt_at::Time

Returns the value of attribute latest_update_attempt_at.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def latest_update_attempt_at
  @latest_update_attempt_at
end

#latest_update_attempt_status"CREATING", ...

Returns the value of attribute latest_update_attempt_status.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def latest_update_attempt_status
  @latest_update_attempt_status
end

#message::String

Returns the value of attribute message.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def name
  @name
end

#parallel_data_configTypes::ParallelDataConfig

Returns the value of attribute parallel_data_config.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def parallel_data_config
  @parallel_data_config
end

#skipped_record_count::Integer

Returns the value of attribute skipped_record_count.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def skipped_record_count
  @skipped_record_count
end

#source_language_code::String

Returns the value of attribute source_language_code.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def source_language_code
  @source_language_code
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def status
  @status
end

#target_language_codes::Array[::String]

Returns the value of attribute target_language_codes.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def target_language_codes
  @target_language_codes
end