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)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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>)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1066

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