Class: Aws::SSMContacts::Types::GetRotationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::GetRotationResult
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
-
#name ⇒ String
The name of the on-call rotation.
-
#recurrence ⇒ Types::RecurrenceSettings
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
-
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation.
-
#start_time ⇒ Time
The specified start time for the on-call rotation.
-
#time_zone_id ⇒ String
The time zone that the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
Instance Attribute Details
#contact_ids ⇒ Array<String>
The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the on-call rotation.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#recurrence ⇒ Types::RecurrenceSettings
Specifies how long a rotation lasts before restarting at the beginning of the shift order.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#rotation_arn ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The specified start time for the on-call rotation.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |
#time_zone_id ⇒ String
The time zone that the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1104 class GetRotationResult < Struct.new( :rotation_arn, :name, :contact_ids, :start_time, :time_zone_id, :recurrence) SENSITIVE = [] include Aws::Structure end |