Class: Aws::Types::BatchSegmentJobSummary

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)


121
122
123
# File 'sig/types.rbs', line 121

def batch_segment_job_arn
  @batch_segment_job_arn
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


124
125
126
# File 'sig/types.rbs', line 124

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def failure_reason
  @failure_reason
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


125
126
127
# File 'sig/types.rbs', line 125

def last_updated_date_time
  @last_updated_date_time
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def status
  @status
end