Class: Aws::Types::ImportTr34KeyBlock
- Inherits:
-
Object
- Object
- Aws::Types::ImportTr34KeyBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
-
#import_token ⇒ ::String
Returns the value of attribute import_token.
-
#key_block_format ⇒ "X9_TR34_2012"
Returns the value of attribute key_block_format.
-
#random_nonce ⇒ ::String
Returns the value of attribute random_nonce.
-
#signing_key_certificate ⇒ ::String
Returns the value of attribute signing_key_certificate.
-
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
-
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
-
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
Instance Attribute Details
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
432 433 434 |
# File 'sig/types.rbs', line 432 def @certificate_authority_public_key_identifier end |
#import_token ⇒ ::String
Returns the value of attribute import_token.
434 435 436 |
# File 'sig/types.rbs', line 434 def import_token @import_token end |
#key_block_format ⇒ "X9_TR34_2012"
Returns the value of attribute key_block_format.
438 439 440 |
# File 'sig/types.rbs', line 438 def key_block_format @key_block_format end |
#random_nonce ⇒ ::String
Returns the value of attribute random_nonce.
439 440 441 |
# File 'sig/types.rbs', line 439 def random_nonce @random_nonce end |
#signing_key_certificate ⇒ ::String
Returns the value of attribute signing_key_certificate.
433 434 435 |
# File 'sig/types.rbs', line 433 def signing_key_certificate @signing_key_certificate end |
#wrapped_key_block ⇒ ::String
Returns the value of attribute wrapped_key_block.
437 438 439 |
# File 'sig/types.rbs', line 437 def wrapped_key_block @wrapped_key_block end |
#wrapping_key_certificate ⇒ ::String
Returns the value of attribute wrapping_key_certificate.
436 437 438 |
# File 'sig/types.rbs', line 436 def wrapping_key_certificate @wrapping_key_certificate end |
#wrapping_key_identifier ⇒ ::String
Returns the value of attribute wrapping_key_identifier.
435 436 437 |
# File 'sig/types.rbs', line 435 def wrapping_key_identifier @wrapping_key_identifier end |