Class: Aws::Types::ParallelDataProperties
- Inherits:
-
Object
- Object
- Aws::Types::ParallelDataProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#failed_record_count ⇒ ::Integer
Returns the value of attribute failed_record_count.
-
#imported_data_size ⇒ ::Integer
Returns the value of attribute imported_data_size.
-
#imported_record_count ⇒ ::Integer
Returns the value of attribute imported_record_count.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#latest_update_attempt_at ⇒ ::Time
Returns the value of attribute latest_update_attempt_at.
-
#latest_update_attempt_status ⇒ "CREATING", ...
Returns the value of attribute latest_update_attempt_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parallel_data_config ⇒ Types::ParallelDataConfig
Returns the value of attribute parallel_data_config.
-
#skipped_record_count ⇒ ::Integer
Returns the value of attribute skipped_record_count.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#target_language_codes ⇒ ::Array[::String]
Returns the value of attribute target_language_codes.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
254 255 256 |
# File 'sig/types.rbs', line 254 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
266 267 268 |
# File 'sig/types.rbs', line 266 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
255 256 257 |
# File 'sig/types.rbs', line 255 def description @description end |
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
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.
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.
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.
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.
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.
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.
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.
260 261 262 |
# File 'sig/types.rbs', line 260 def end |
#name ⇒ ::String
Returns the value of attribute name.
253 254 255 |
# File 'sig/types.rbs', line 253 def name @name end |
#parallel_data_config ⇒ Types::ParallelDataConfig
Returns the value of attribute parallel_data_config.
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.
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.
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.
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.
258 259 260 |
# File 'sig/types.rbs', line 258 def target_language_codes @target_language_codes end |