Class: Aws::Types::PrivateKeyAttributesV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_providers::Array[::String]

Returns the value of attribute crypto_providers.

Returns:

  • (::Array[::String])


434
435
436
# File 'sig/types.rbs', line 434

def crypto_providers
  @crypto_providers
end

#key_spec"KEY_EXCHANGE", "SIGNATURE"

Returns the value of attribute key_spec.

Returns:

  • ("KEY_EXCHANGE", "SIGNATURE")


435
436
437
# File 'sig/types.rbs', line 435

def key_spec
  @key_spec
end

#minimal_key_length::Integer

Returns the value of attribute minimal_key_length.

Returns:

  • (::Integer)


436
437
438
# File 'sig/types.rbs', line 436

def minimal_key_length
  @minimal_key_length
end