Class: Aws::Types::BatchImport
- Inherits:
-
Object
- Object
- Aws::Types::BatchImport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#completion_time ⇒ ::String
Returns the value of attribute completion_time.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#input_path ⇒ ::String
Returns the value of attribute input_path.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#output_path ⇒ ::String
Returns the value of attribute output_path.
-
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS_INITIALIZING", ...
Returns the value of attribute status.
-
#total_records_count ⇒ ::Integer
Returns the value of attribute total_records_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def arn @arn end |
#completion_time ⇒ ::String
Returns the value of attribute completion_time.
104 105 106 |
# File 'sig/types.rbs', line 104 def completion_time @completion_time end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
107 108 109 |
# File 'sig/types.rbs', line 107 def event_type_name @event_type_name end |
#failed_records_count ⇒ ::Integer
Returns the value of attribute failed_records_count.
111 112 113 |
# File 'sig/types.rbs', line 111 def failed_records_count @failed_records_count end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
102 103 104 |
# File 'sig/types.rbs', line 102 def failure_reason @failure_reason end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def iam_role_arn @iam_role_arn end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
105 106 107 |
# File 'sig/types.rbs', line 105 def input_path @input_path end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def job_id @job_id end |
#output_path ⇒ ::String
Returns the value of attribute output_path.
106 107 108 |
# File 'sig/types.rbs', line 106 def output_path @output_path end |
#processed_records_count ⇒ ::Integer
Returns the value of attribute processed_records_count.
110 111 112 |
# File 'sig/types.rbs', line 110 def processed_records_count @processed_records_count end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
103 104 105 |
# File 'sig/types.rbs', line 103 def start_time @start_time end |
#status ⇒ "IN_PROGRESS_INITIALIZING", ...
Returns the value of attribute status.
101 102 103 |
# File 'sig/types.rbs', line 101 def status @status end |
#total_records_count ⇒ ::Integer
Returns the value of attribute total_records_count.
112 113 114 |
# File 'sig/types.rbs', line 112 def total_records_count @total_records_count end |