Class: Aws::Types::ImportKeyMaterialRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportKeyMaterialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted_key_material ⇒ ::String
Returns the value of attribute encrypted_key_material.
-
#expiration_model ⇒ "KEY_MATERIAL_EXPIRES", "KEY_MATERIAL_DOES_NOT_EXPIRE"
Returns the value of attribute expiration_model.
-
#import_token ⇒ ::String
Returns the value of attribute import_token.
-
#import_type ⇒ "NEW_KEY_MATERIAL", "EXISTING_KEY_MATERIAL"
Returns the value of attribute import_type.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_material_description ⇒ ::String
Returns the value of attribute key_material_description.
-
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
-
#valid_to ⇒ ::Time
Returns the value of attribute valid_to.
Instance Attribute Details
#encrypted_key_material ⇒ ::String
Returns the value of attribute encrypted_key_material.
531 532 533 |
# File 'sig/types.rbs', line 531 def encrypted_key_material @encrypted_key_material end |
#expiration_model ⇒ "KEY_MATERIAL_EXPIRES", "KEY_MATERIAL_DOES_NOT_EXPIRE"
Returns the value of attribute expiration_model.
533 534 535 |
# File 'sig/types.rbs', line 533 def expiration_model @expiration_model end |
#import_token ⇒ ::String
Returns the value of attribute import_token.
530 531 532 |
# File 'sig/types.rbs', line 530 def import_token @import_token end |
#import_type ⇒ "NEW_KEY_MATERIAL", "EXISTING_KEY_MATERIAL"
Returns the value of attribute import_type.
534 535 536 |
# File 'sig/types.rbs', line 534 def import_type @import_type end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
529 530 531 |
# File 'sig/types.rbs', line 529 def key_id @key_id end |
#key_material_description ⇒ ::String
Returns the value of attribute key_material_description.
535 536 537 |
# File 'sig/types.rbs', line 535 def key_material_description @key_material_description end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def key_material_id @key_material_id end |
#valid_to ⇒ ::Time
Returns the value of attribute valid_to.
532 533 534 |
# File 'sig/types.rbs', line 532 def valid_to @valid_to end |