Class: Aws::Types::RotationOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time ⇒ ::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


583
584
585
# File 'sig/types.rbs', line 583

def create_time
  @create_time
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


582
583
584
# File 'sig/types.rbs', line 582

def end_time
  @end_time
end

#new_contact_ids ⇒ ::Array[::String]

Returns the value of attribute new_contact_ids.

Returns:

  • (::Array[::String])


580
581
582
# File 'sig/types.rbs', line 580

def new_contact_ids
  @new_contact_ids
end

#rotation_override_id ⇒ ::String

Returns the value of attribute rotation_override_id.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def rotation_override_id
  @rotation_override_id
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


581
582
583
# File 'sig/types.rbs', line 581

def start_time
  @start_time
end