Class: Aws::SSMContacts::Types::RotationOverride
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::RotationOverride
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Information about an override specified for an on-call rotation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The time a rotation override was created.
-
#end_time ⇒ Time
The time a rotation override ends.
-
#new_contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
-
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the override to an on-call rotation.
-
#start_time ⇒ Time
The time a rotation override begins.
Instance Attribute Details
#create_time ⇒ Time
The time a rotation override was created.
2052 2053 2054 2055 2056 2057 2058 2059 2060 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2052 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time a rotation override ends.
2052 2053 2054 2055 2056 2057 2058 2059 2060 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2052 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end |
#new_contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the override of the on-call rotation.
2052 2053 2054 2055 2056 2057 2058 2059 2060 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2052 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end |
#rotation_override_id ⇒ String
The Amazon Resource Name (ARN) of the override to an on-call rotation.
2052 2053 2054 2055 2056 2057 2058 2059 2060 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2052 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time a rotation override begins.
2052 2053 2054 2055 2056 2057 2058 2059 2060 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2052 class RotationOverride < Struct.new( :rotation_override_id, :new_contact_ids, :start_time, :end_time, :create_time) SENSITIVE = [] include Aws::Structure end |