Class: Aws::Types::DeleteImportedKeyMaterialRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImportedKeyMaterialRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def key_id @key_id end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def key_material_id @key_material_id end |