Class: Aws::Types::GetRotationResult

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


313
314
315
# File 'sig/types.rbs', line 313

def contact_ids
  @contact_ids
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def name
  @name
end

#recurrence ⇒ Types::RecurrenceSettings

Returns the value of attribute recurrence.



316
317
318
# File 'sig/types.rbs', line 316

def recurrence
  @recurrence
end

#rotation_arn ⇒ ::String

Returns the value of attribute rotation_arn.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def rotation_arn
  @rotation_arn
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


314
315
316
# File 'sig/types.rbs', line 314

def start_time
  @start_time
end

#time_zone_id ⇒ ::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def time_zone_id
  @time_zone_id
end