Class: Aws::Types::Rotation

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


571
572
573
# File 'sig/types.rbs', line 571

def contact_ids
  @contact_ids
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def name
  @name
end

#recurrence ⇒ Types::RecurrenceSettings

Returns the value of attribute recurrence.



574
575
576
# File 'sig/types.rbs', line 574

def recurrence
  @recurrence
end

#rotation_arn ⇒ ::String

Returns the value of attribute rotation_arn.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def rotation_arn
  @rotation_arn
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


572
573
574
# File 'sig/types.rbs', line 572

def start_time
  @start_time
end

#time_zone_id ⇒ ::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def time_zone_id
  @time_zone_id
end