Class: Aws::Types::UpdateRotationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_ids ⇒ ::Array[::String]

Returns the value of attribute contact_ids.

Returns:

  • (::Array[::String])


716
717
718
# File 'sig/types.rbs', line 716

def contact_ids
  @contact_ids
end

#recurrence ⇒ Types::RecurrenceSettings

Returns the value of attribute recurrence.



719
720
721
# File 'sig/types.rbs', line 719

def recurrence
  @recurrence
end

#rotation_id ⇒ ::String

Returns the value of attribute rotation_id.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def rotation_id
  @rotation_id
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


717
718
719
# File 'sig/types.rbs', line 717

def start_time
  @start_time
end

#time_zone_id ⇒ ::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def time_zone_id
  @time_zone_id
end