Function init_admin_access_keys
Source pub fn init_admin_access_keys(new_access_keys: &[AccessKeyId]) -> AccessKeys
Expand description
Initializes a set of access keys with default administrative scope.
§Arguments
new_access_keys: Slice of AccessKeyId representing the new access keys to be initialized.
§Returns
A AccessKeys collection populated with the specified new access keys.