Class: Aws::Types::JobRunSummary

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)


354
355
356
# File 'sig/types.rbs', line 354

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def arn
  @arn
end

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


367
368
369
# File 'sig/types.rbs', line 367

def attempt
  @attempt
end

#attempt_created_at ⇒ ::Time

Returns the value of attribute attempt_created_at.

Returns:

  • (::Time)


368
369
370
# File 'sig/types.rbs', line 368

def attempt_created_at
  @attempt_created_at
end

#attempt_updated_at ⇒ ::Time

Returns the value of attribute attempt_updated_at.

Returns:

  • (::Time)


369
370
371
# File 'sig/types.rbs', line 369

def attempt_updated_at
  @attempt_updated_at
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def created_by
  @created_by
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def execution_role
  @execution_role
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def id
  @id
end

#mode ⇒ "BATCH", "STREAMING"

Returns the value of attribute mode.

Returns:

  • ("BATCH", "STREAMING")


357
358
359
# File 'sig/types.rbs', line 357

def mode
  @mode
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def name
  @name
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def release_label
  @release_label
end

#state ⇒ "SUBMITTED", ...

Returns the value of attribute state.

Returns:

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


363
364
365
# File 'sig/types.rbs', line 363

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def state_details
  @state_details
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


361
362
363
# File 'sig/types.rbs', line 361

def updated_at
  @updated_at
end