Class: Aws::Types::ScheduleKeyDeletionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_date::Time

Returns the value of attribute deletion_date.

Returns:



895
896
897
# File 'sig/types.rbs', line 895

def deletion_date
  @deletion_date
end

#key_id::String

Returns the value of attribute key_id.

Returns:



894
895
896
# File 'sig/types.rbs', line 894

def key_id
  @key_id
end

#key_state"Creating", ...

Returns the value of attribute key_state.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def key_state
  @key_state
end

#pending_window_in_days::Integer

Returns the value of attribute pending_window_in_days.

Returns:



897
898
899
# File 'sig/types.rbs', line 897

def pending_window_in_days
  @pending_window_in_days
end