Class: Aws::SSMContacts::Types::RotationOverride

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#create_timeTime

The time a rotation override was created.

Returns:

  • (Time)


2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2037

class RotationOverride < Struct.new(
  :rotation_override_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time a rotation override ends.

Returns:

  • (Time)


2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2037

class RotationOverride < Struct.new(
  :rotation_override_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#new_contact_idsArray<String>

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

Returns:

  • (Array<String>)


2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2037

class RotationOverride < Struct.new(
  :rotation_override_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_override_idString

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

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2037

class RotationOverride < Struct.new(
  :rotation_override_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time a rotation override begins.

Returns:

  • (Time)


2037
2038
2039
2040
2041
2042
2043
2044
2045
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2037

class RotationOverride < Struct.new(
  :rotation_override_id,
  :new_contact_ids,
  :start_time,
  :end_time,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end