Class: Aws::SSMContacts::Types::PreviewOverride

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

Overview

Information about contacts and times that an on-call override replaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Information about the time a rotation override would end.

Returns:

  • (Time)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1809

class PreviewOverride < Struct.new(
  :new_members,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#new_membersArray<String>

Information about contacts to add to an on-call rotation override.

Returns:

  • (Array<String>)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1809

class PreviewOverride < Struct.new(
  :new_members,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Information about the time a rotation override would begin.

Returns:

  • (Time)


1809
1810
1811
1812
1813
1814
1815
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1809

class PreviewOverride < Struct.new(
  :new_members,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end