Class: Aws::Types::EnableKeyRotationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


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

def key_id
  @key_id
end

#rotation_period_in_days::Integer

Returns the value of attribute rotation_period_in_days.

Returns:

  • (::Integer)


303
304
305
# File 'sig/types.rbs', line 303

def rotation_period_in_days
  @rotation_period_in_days
end