Class: Aws::SSMContacts::Types::CoverageTime

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Information about when an on-call shift begins and ends.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endTypes::HandOffTime

Information about when the on-call rotation shift ends.

Returns:



284
285
286
287
288
289
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 284

class CoverageTime < Struct.new(
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end

#startTypes::HandOffTime

Information about when the on-call rotation shift begins.

Returns:



284
285
286
287
288
289
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 284

class CoverageTime < Struct.new(
  :start,
  :end)
  SENSITIVE = []
  include Aws::Structure
end