Class: Aws::Types::ServiceJobPreemptedAttempt

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#service_resource_idTypes::ServiceResourceId

Returns the value of attribute service_resource_id.



1451
1452
1453
# File 'sig/types.rbs', line 1451

def service_resource_id
  @service_resource_id
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def started_at
  @started_at
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def stopped_at
  @stopped_at
end