Class: Aws::Types::GetRotationOverrideResult

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)


301
302
303
# File 'sig/types.rbs', line 301

def create_time
  @create_time
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


300
301
302
# File 'sig/types.rbs', line 300

def end_time
  @end_time
end

#new_contact_ids ⇒ ::Array[::String]

Returns the value of attribute new_contact_ids.

Returns:

  • (::Array[::String])


298
299
300
# File 'sig/types.rbs', line 298

def new_contact_ids
  @new_contact_ids
end

#rotation_arn ⇒ ::String

Returns the value of attribute rotation_arn.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def rotation_arn
  @rotation_arn
end

#rotation_override_id ⇒ ::String

Returns the value of attribute rotation_override_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def rotation_override_id
  @rotation_override_id
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def start_time
  @start_time
end