Class: Aws::Types::CreateBatchSegmentJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



215
216
217
# File 'sig/types.rbs', line 215

def tags
  @tags
end