Class: Aws::Types::JobRunAttemptSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def arn
  @arn
end

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


343
344
345
# File 'sig/types.rbs', line 343

def attempt
  @attempt
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


336
337
338
# File 'sig/types.rbs', line 336

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def created_by
  @created_by
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def execution_role
  @execution_role
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def id
  @id
end

#job_created_at ⇒ ::Time

Returns the value of attribute job_created_at.

Returns:

  • (::Time)


335
336
337
# File 'sig/types.rbs', line 335

def job_created_at
  @job_created_at
end

#mode ⇒ "BATCH", "STREAMING"

Returns the value of attribute mode.

Returns:

  • ("BATCH", "STREAMING")


332
333
334
# File 'sig/types.rbs', line 332

def mode
  @mode
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def name
  @name
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def release_label
  @release_label
end

#state ⇒ "SUBMITTED", ...

Returns the value of attribute state.

Returns:

  • ("SUBMITTED", "PENDING", "SCHEDULED", "RUNNING", "SUCCESS", "FAILED", "CANCELLING", "CANCELLED", "QUEUED")


339
340
341
# File 'sig/types.rbs', line 339

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def state_details
  @state_details
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


337
338
339
# File 'sig/types.rbs', line 337

def updated_at
  @updated_at
end