Class: Aws::Types::CreateRotationOverrideRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def end_time
  @end_time
end

#idempotency_token ⇒ ::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def idempotency_token
  @idempotency_token
end

#new_contact_ids ⇒ ::Array[::String]

Returns the value of attribute new_contact_ids.

Returns:

  • (::Array[::String])


119
120
121
# File 'sig/types.rbs', line 119

def new_contact_ids
  @new_contact_ids
end

#rotation_id ⇒ ::String

Returns the value of attribute rotation_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def rotation_id
  @rotation_id
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


120
121
122
# File 'sig/types.rbs', line 120

def start_time
  @start_time
end