Class: Aws::Types::KeyUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticalBoolean

Returns the value of attribute critical.

Returns:

  • (Boolean)


325
326
327
# File 'sig/types.rbs', line 325

def critical
  @critical
end

#usage_flagsTypes::KeyUsageFlags

Returns the value of attribute usage_flags.



326
327
328
# File 'sig/types.rbs', line 326

def usage_flags
  @usage_flags
end