Class: Aws::Types::ZonalShiftSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#away_from ⇒ ::String

Returns the value of attribute away_from.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def away_from
  @away_from
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def comment
  @comment
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


301
302
303
# File 'sig/types.rbs', line 301

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")


306
307
308
# File 'sig/types.rbs', line 306

def practice_run_outcome
  @practice_run_outcome
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

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")


305
306
307
# File 'sig/types.rbs', line 305

def shift_type
  @shift_type
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


302
303
304
# File 'sig/types.rbs', line 302

def start_time
  @start_time
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "EXPIRED", "CANCELED")


303
304
305
# File 'sig/types.rbs', line 303

def status
  @status
end

#zonal_shift_id ⇒ ::String

Returns the value of attribute zonal_shift_id.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def zonal_shift_id
  @zonal_shift_id
end