Class: Aws::SSMContacts::Types::GetRotationResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idsArray<String>

The Amazon Resource Names (ARNs) of the contacts assigned to the on-call rotation team.

Returns:

  • (Array<String>)


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

#nameString

The name of the on-call rotation.

Returns:

  • (String)


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

#recurrenceTypes::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_arnString

The Amazon Resource Name (ARN) of the on-call rotation.

Returns:

  • (String)


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_timeTime

The specified start time for the on-call rotation.

Returns:

  • (Time)


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_idString

The time zone that the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.

Returns:

  • (String)


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