pub type ModifyAttributeResponsePayload = AttributeEditResponsePayload;
Expand description
See KMIP 1.0 section 4.14 Modify Attribute.
Aliased Type§
pub struct ModifyAttributeResponsePayload {
pub unique_identifier: UniqueIdentifier,
pub attribute: Attribute,
}
Fields§
§unique_identifier: UniqueIdentifier
§attribute: Attribute