Class: Aws::Types::ScheduleKeyDeletionRequest

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)


888
889
890
# File 'sig/types.rbs', line 888

def key_id
  @key_id
end

#pending_window_in_days::Integer

Returns the value of attribute pending_window_in_days.

Returns:

  • (::Integer)


889
890
891
# File 'sig/types.rbs', line 889

def pending_window_in_days
  @pending_window_in_days
end