Class: Aws::Types::CreateBatchImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
160 161 162 |
# File 'sig/types.rbs', line 160 def event_type_name @event_type_name end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def iam_role_arn @iam_role_arn end |
#input_path ⇒ ::String
Returns the value of attribute input_path.
158 159 160 |
# File 'sig/types.rbs', line 158 def input_path @input_path end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def job_id @job_id end |
#output_path ⇒ ::String
Returns the value of attribute output_path.
159 160 161 |
# File 'sig/types.rbs', line 159 def output_path @output_path end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
162 163 164 |
# File 'sig/types.rbs', line 162 def @tags end |