Class: Aws::Types::GetKeyRotationStatusResponse

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)


466
467
468
# File 'sig/types.rbs', line 466

def key_id
  @key_id
end

#key_rotation_enabledBoolean

Returns the value of attribute key_rotation_enabled.

Returns:

  • (Boolean)


465
466
467
# File 'sig/types.rbs', line 465

def key_rotation_enabled
  @key_rotation_enabled
end

#next_rotation_date::Time

Returns the value of attribute next_rotation_date.

Returns:

  • (::Time)


468
469
470
# File 'sig/types.rbs', line 468

def next_rotation_date
  @next_rotation_date
end

#on_demand_rotation_start_date::Time

Returns the value of attribute on_demand_rotation_start_date.

Returns:

  • (::Time)


469
470
471
# File 'sig/types.rbs', line 469

def on_demand_rotation_start_date
  @on_demand_rotation_start_date
end

#rotation_period_in_days::Integer

Returns the value of attribute rotation_period_in_days.

Returns:

  • (::Integer)


467
468
469
# File 'sig/types.rbs', line 467

def rotation_period_in_days
  @rotation_period_in_days
end