Class: Aws::Types::KeyModesOfUse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decryptBoolean

Returns the value of attribute decrypt.

Returns:

  • (Boolean)


489
490
491
# File 'sig/types.rbs', line 489

def decrypt
  @decrypt
end

#derive_keyBoolean

Returns the value of attribute derive_key.

Returns:

  • (Boolean)


495
496
497
# File 'sig/types.rbs', line 495

def derive_key
  @derive_key
end

#encryptBoolean

Returns the value of attribute encrypt.

Returns:

  • (Boolean)


488
489
490
# File 'sig/types.rbs', line 488

def encrypt
  @encrypt
end

#generateBoolean

Returns the value of attribute generate.

Returns:

  • (Boolean)


492
493
494
# File 'sig/types.rbs', line 492

def generate
  @generate
end

#no_restrictionsBoolean

Returns the value of attribute no_restrictions.

Returns:

  • (Boolean)


496
497
498
# File 'sig/types.rbs', line 496

def no_restrictions
  @no_restrictions
end

#signBoolean

Returns the value of attribute sign.

Returns:

  • (Boolean)


493
494
495
# File 'sig/types.rbs', line 493

def sign
  @sign
end

#unwrapBoolean

Returns the value of attribute unwrap.

Returns:

  • (Boolean)


491
492
493
# File 'sig/types.rbs', line 491

def unwrap
  @unwrap
end

#verifyBoolean

Returns the value of attribute verify.

Returns:

  • (Boolean)


494
495
496
# File 'sig/types.rbs', line 494

def verify
  @verify
end

#wrapBoolean

Returns the value of attribute wrap.

Returns:

  • (Boolean)


490
491
492
# File 'sig/types.rbs', line 490

def wrap
  @wrap
end