Class: Aws::Types::CreateBatchSegmentJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBatchSegmentJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#job_input ⇒ Types::BatchSegmentJobInput
Returns the value of attribute job_input.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output ⇒ Types::BatchSegmentJobOutput
Returns the value of attribute job_output.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def filter_arn @filter_arn end |
#job_input ⇒ Types::BatchSegmentJobInput
Returns the value of attribute job_input.
212 213 214 |
# File 'sig/types.rbs', line 212 def job_input @job_input end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
208 209 210 |
# File 'sig/types.rbs', line 208 def job_name @job_name end |
#job_output ⇒ Types::BatchSegmentJobOutput
Returns the value of attribute job_output.
213 214 215 |
# File 'sig/types.rbs', line 213 def job_output @job_output end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
211 212 213 |
# File 'sig/types.rbs', line 211 def num_results @num_results end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
214 215 216 |
# File 'sig/types.rbs', line 214 def role_arn @role_arn end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def solution_version_arn @solution_version_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def end |