Class: Aws::Types::KeyUsageFlags

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_enciphermentBoolean

Returns the value of attribute data_encipherment.

Returns:

  • (Boolean)


331
332
333
# File 'sig/types.rbs', line 331

def data_encipherment
  @data_encipherment
end

#digital_signatureBoolean

Returns the value of attribute digital_signature.

Returns:

  • (Boolean)


332
333
334
# File 'sig/types.rbs', line 332

def digital_signature
  @digital_signature
end

#key_agreementBoolean

Returns the value of attribute key_agreement.

Returns:

  • (Boolean)


333
334
335
# File 'sig/types.rbs', line 333

def key_agreement
  @key_agreement
end

#key_enciphermentBoolean

Returns the value of attribute key_encipherment.

Returns:

  • (Boolean)


334
335
336
# File 'sig/types.rbs', line 334

def key_encipherment
  @key_encipherment
end

#non_repudiationBoolean

Returns the value of attribute non_repudiation.

Returns:

  • (Boolean)


335
336
337
# File 'sig/types.rbs', line 335

def non_repudiation
  @non_repudiation
end