Class: Aws::Types::BatchSegmentJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_segment_job_arn ⇒ ::String

Returns the value of attribute batch_segment_job_arn.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def batch_segment_job_arn
  @batch_segment_job_arn
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


105
106
107
# File 'sig/types.rbs', line 105

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def failure_reason
  @failure_reason
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def filter_arn
  @filter_arn
end

#job_input ⇒ Types::BatchSegmentJobInput

Returns the value of attribute job_input.



101
102
103
# File 'sig/types.rbs', line 101

def job_input
  @job_input
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def job_name
  @job_name
end

#job_output ⇒ Types::BatchSegmentJobOutput

Returns the value of attribute job_output.



102
103
104
# File 'sig/types.rbs', line 102

def job_output
  @job_output
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


106
107
108
# File 'sig/types.rbs', line 106

def last_updated_date_time
  @last_updated_date_time
end

#num_results ⇒ ::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


100
101
102
# File 'sig/types.rbs', line 100

def num_results
  @num_results
end

#role_arn ⇒ ::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def role_arn
  @role_arn
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def status
  @status
end