Class: Aws::SSMContacts::Types::GetRotationOverrideResult

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

#create_timeTime

The date and time when the override was created.

Returns:

  • (Time)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

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

#end_timeTime

The date and time when the override ends.

Returns:

  • (Time)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

class GetRotationOverrideResult < Struct.new(
  :rotation_override_id,
  :rotation_arn,
  :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>)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

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

#rotation_arnString

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

Returns:

  • (String)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

class GetRotationOverrideResult < Struct.new(
  :rotation_override_id,
  :rotation_arn,
  :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)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

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

#start_timeTime

The date and time when the override goes into effect.

Returns:

  • (Time)


1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1051

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