Class: Aws::Types::DeleteImportedKeyMaterialResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteImportedKeyMaterialResponse
- 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.
213 214 215 |
# File 'sig/types.rbs', line 213 def key_id @key_id end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
214 215 216 |
# File 'sig/types.rbs', line 214 def key_material_id @key_material_id end |