Class: Aws::SSMContacts::Types::PreviewOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::PreviewOverride
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#end_time ⇒ Time
Information about the time a rotation override would end.
-
#new_members ⇒ Array<String>
Information about contacts to add to an on-call rotation override.
-
#start_time ⇒ Time
Information about the time a rotation override would begin.
Instance Attribute Details
#end_time ⇒ Time
Information about the time a rotation override would end.
1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1809 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#new_members ⇒ Array<String>
Information about contacts to add to an on-call rotation override.
1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1809 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Information about the time a rotation override would begin.
1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1809 class PreviewOverride < Struct.new( :new_members, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |