Class: Aws::Types::ZonalShiftInResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_status ⇒ "APPLIED", "NOT_APPLIED"

Returns the value of attribute applied_status.

Returns:

  • ("APPLIED", "NOT_APPLIED")


285
286
287
# File 'sig/types.rbs', line 285

def applied_status
  @applied_status
end

#away_from ⇒ ::String

Returns the value of attribute away_from.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def away_from
  @away_from
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def comment
  @comment
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


289
290
291
# File 'sig/types.rbs', line 289

def expiry_time
  @expiry_time
end

#practice_run_outcome ⇒ "FAILED", ...

Returns the value of attribute practice_run_outcome.

Returns:

  • ("FAILED", "INTERRUPTED", "PENDING", "SUCCEEDED", "CAPACITY_CHECK_FAILED")


293
294
295
# File 'sig/types.rbs', line 293

def practice_run_outcome
  @practice_run_outcome
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def resource_identifier
  @resource_identifier
end

#shift_type ⇒ "ZONAL_SHIFT", ...

Returns the value of attribute shift_type.

Returns:

  • ("ZONAL_SHIFT", "PRACTICE_RUN", "FIS_EXPERIMENT", "ZONAL_AUTOSHIFT")


292
293
294
# File 'sig/types.rbs', line 292

def shift_type
  @shift_type
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


290
291
292
# File 'sig/types.rbs', line 290

def start_time
  @start_time
end

#zonal_shift_id ⇒ ::String

Returns the value of attribute zonal_shift_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def zonal_shift_id
  @zonal_shift_id
end